Color Hex Logo

#bc532a Color Hex

#BC532A
(188,83,42)
0 Favorites   0 Comments

Color spaces of #bc532a

RGB 1888342
HSL0.050.630.45
HSV17°78°74°
CMYK 0.000.560.78   0.26
XYZ24.250217.04504.2024
Yxy17.04500.53300.3746
Hunter Lab41.285632.597022.8649
CIE-Lab48.316739.896843.3019

#bc532a color RGB value is (188,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 00101010
Octal 274 123 52
Decimal 188 83 42
Hex BC 53 2A

RGB Percentages of Color #bc532a

%60.06
%26.52
%13.42

CMYK Percentages of Color #bc532a

%0
%56
%78
%26

Triadic Colors of #bc532a

#bc532a #2abc53 #532abc

Analogous Colors of #bc532a

#bc532a #bc9c2a #bc2a4a

Monochromatic Colors of #bc532a

#bc532a

Complementary Color

#bc532a #2a93bc

#bc532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc532a Color CSS Codes

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

#bc532a Text Font Color

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

This sample text font color is #bc532a
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.


#bc532a Background Color

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

This div background color is #bc532a


#bc532a Border Color

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

This div border color is #bc532a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,83,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 #bc532a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc532a


Comments

No comments written yet.

Please login to write comment.