Color Hex Logo

#bc422a Color Hex

#BC422A
(188,66,42)
0 Favorites   0 Comments

Color spaces of #bc422a

RGB 1886642
HSL0.030.630.45
HSV10°78°74°
CMYK 0.000.650.78   0.26
XYZ23.105214.75503.8207
Yxy14.75500.55430.3540
Hunter Lab38.412240.147420.9912
CIE-Lab45.296847.841840.2068

#bc422a color RGB value is (188,66,42).

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

The process color (four color CMYK) of #bc422a color hex is 0.00, 0.65, 0.78, 0.26. Web safe color of #bc422a is #cc3333. Color #bc422a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 00101010
Octal 274 102 52
Decimal 188 66 42
Hex BC 42 2A

RGB Percentages of Color #bc422a

%63.51
%22.30
%14.19

CMYK Percentages of Color #bc422a

%0
%65
%78
%26

Triadic Colors of #bc422a

#bc422a #2abc42 #422abc

Analogous Colors of #bc422a

#bc422a #bc8b2a #bc2a5b

Monochromatic Colors of #bc422a

#bc422a

Complementary Color

#bc422a #2aa4bc

#bc422a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc422a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc422a Color CSS Codes

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

#bc422a Text Font Color

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

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


#bc422a Background Color

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

This div background color is #bc422a


#bc422a Border Color

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

This div border color is #bc422a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc422a


Comments

No comments written yet.

Please login to write comment.