Html Css Color HEX #BC5E21 Christine

📋 copy color: '#BC5E21'

red 188 ◦ green 94 ◦ blue 33

#BC5E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BC5E21

Tints of Christine #BC5E21

RGB

 RED value IS 188 (73.83% from 255) = 59.68%

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 33 (13.28% from 255) = 10.48%

R = 59.68%
G = 29.84%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC5E21 (or 0xBC5E21) is known color: Christine. HEX triplet: BC, 5E and 21. RGB value is (188,94,33). Sum of RGB (Red+Green+Blue) = 188+94+33=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E21 is #43A1DE. Grayscale: #737373. Windows color (decimal): -4432351 or 2186940. OLE color: 2186940.

HSL color Cylindrical-coordinate representation of color #BC5E21: hue angle of 23.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5E21 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 33 -
CMYK 0 0.50 0.82 0.26
HSL 23.61º 0.7% 0.43% -
HSV(B) 23.61º 0.82% 0.74% -
XYZ 25.02 18.81 3.75 -
YUV 115.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 188 94 33 0 0.50 0.82 0.26 23.61 0.7 0.43
Hex BC 5E 21 0 32 52 1A 18 46 2B
Octal 274 136 41 0 62 122 32 30 106 53
Binary 10111100 1011110 100001 0 110010 1010010 11010 11000 1000110 101011

Color Harmonies of #BC5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E21

Black with #BC5E21

Text Example


Text Example

White with #BC5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E21; }

 p { color: rgb(188,94,33); }

 H1.HeaderClassName
 {
   color: #BC5E21;
 }
 .AnyTagClassName
 {
   color: #BC5E21;
 }
</style>

background-color css

<style>
 a { background-color: #BC5E21; }

 a { background-color: rgb(188,94,33); }

 div.DivClassName
 {
   background-color: #BC5E21;
 }
 .BgClassName
 {
   background-color: #BC5E21;
 }
</style>

border-color css

<style>
 span { border-color: #BC5E21; }

 span { border-color: rgb(188,94,33); }

 td.TdClassName
 {
   border-color: #BC5E21;
 }
 .TagClassName
 {
   border-color: #BC5E21;
 }
</style>