Color Hex Logo

#bc652a Color Hex

#BC652A
(188,101,42)
0 Favorites   0 Comments

Color spaces of #bc652a

RGB 18810142
HSL0.070.630.45
HSV24°78°74°
CMYK 0.000.460.78   0.26
XYZ25.810620.16594.7225
Yxy20.16590.50910.3978
Hunter Lab44.906524.009025.1994
CIE-Lab52.024330.576847.0136

#bc652a color RGB value is (188,101,42).

#bc652a hex color red value is 188, green value is 101 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bc652a hue: 0.07 , saturation: 0.63 and the lightness value of bc652a is 0.45.

The process color (four color CMYK) of #bc652a color hex is 0.00, 0.46, 0.78, 0.26. Web safe color of #bc652a is #cc6633. Color #bc652a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 00101010
Octal 274 145 52
Decimal 188 101 42
Hex BC 65 2A

RGB Percentages of Color #bc652a

%56.80
%30.51
%12.69

CMYK Percentages of Color #bc652a

%0
%46
%78
%26

Triadic Colors of #bc652a

#bc652a #2abc65 #652abc

Analogous Colors of #bc652a

#bc652a #bcae2a #bc2a38

Monochromatic Colors of #bc652a

#bc652a

Complementary Color

#bc652a #2a81bc

#bc652a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc652a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc652a Color CSS Codes

.mybgcolor {background-color:#bc652a; } 
.myforecolor {color:#bc652a; }
.mybordercolor {border:3px solid #bc652a; }

#bc652a Text Font Color

<p style="color:#bc652a">Text here</p>

This sample text font color is #bc652a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc652a Background Color

<div style="background-color:#bc652a">
Div content here</div>

This div background color is #bc652a


#bc652a Border Color

<div style="border:3px solid #bc652a">
Div here</div>

This div border color is #bc652a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,101,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc652a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc652a;
  -webkit-box-shadow: 1px 1px 3px 2px #bc652a;
  box-shadow:         1px 1px 3px 2px #bc652a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,101,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc652a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc652a;
  -webkit-box-shadow: 1px 1px 3px 2px #bc652a;
  box-shadow:         1px 1px 3px 2px #bc652a;">
Div content here</div>

This div box has shadow with color #bc652a


Comments

No comments written yet.

Please login to write comment.