Html Css Color HEX #BC5E18 Christine

📋 copy color: '#BC5E18'

red 188 ◦ green 94 ◦ blue 24

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

Shades of Christine #BC5E18

Tints of Christine #BC5E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 61.44%
G = 30.72%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5E18 (or 0xBC5E18) is known color: Christine. HEX triplet: BC, 5E and 18. RGB value is (188,94,24). Sum of RGB (Red+Green+Blue) = 188+94+24=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E18 is #43A1E7. Grayscale: #727272. Windows color (decimal): -4432360 or 1597116. OLE color: 1597116.

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

Color convert

RGB 188 94 24 -
CMYK 0 0.50 0.87 0.26
HSL 25.61º 0.77% 0.42% -
HSV(B) 25.61º 0.87% 0.74% -
XYZ 24.91 18.76 3.17 -
YUV 114.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 188 94 24 0 0.50 0.87 0.26 25.61 0.77 0.42
Hex BC 5E 18 0 32 57 1A 1A 4D 2A
Octal 274 136 30 0 62 127 32 32 115 52
Binary 10111100 1011110 11000 0 110010 1010111 11010 11010 1001101 101010

Color Harmonies of #BC5E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E18

Black with #BC5E18

Text Example


Text Example

White with #BC5E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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