Html Css Color HEX #BC5C18 Christine

📋 copy color: '#BC5C18'

red 188 ◦ green 92 ◦ blue 24

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

Shades of Christine #BC5C18

Tints of Christine #BC5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

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

R = 61.84%
G = 30.26%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5C18 (or 0xBC5C18) is known color: Christine. HEX triplet: BC, 5C and 18. RGB value is (188,92,24). Sum of RGB (Red+Green+Blue) = 188+92+24=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C18 is #43A3E7. Grayscale: #717171. Windows color (decimal): -4432872 or 1596604. OLE color: 1596604.

HSL color Cylindrical-coordinate representation of color #BC5C18: hue angle of 24.88º 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 #BC5C18 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 92 24 -
CMYK 0 0.51 0.87 0.26
HSL 24.88º 0.77% 0.42% -
HSV(B) 24.88º 0.87% 0.74% -
XYZ 24.73 18.41 3.11 -
YUV 112.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 188 92 24 0 0.51 0.87 0.26 24.88 0.77 0.42
Hex BC 5C 18 0 33 57 1A 19 4D 2A
Octal 274 134 30 0 63 127 32 31 115 52
Binary 10111100 1011100 11000 0 110011 1010111 11010 11001 1001101 101010

Color Harmonies of #BC5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C18

Black with #BC5C18

Text Example


Text Example

White with #BC5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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