Html Css Color HEX #BC5918 Christine

📋 copy color: '#BC5918'

red 188 ◦ green 89 ◦ blue 24

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

Shades of Christine #BC5918

Tints of Christine #BC5918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 62.46%
G = 29.57%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5918 (or 0xBC5918) is known color: Christine. HEX triplet: BC, 59 and 18. RGB value is (188,89,24). Sum of RGB (Red+Green+Blue) = 188+89+24=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5918 is #43A6E7. Grayscale: #6F6F6F. Windows color (decimal): -4433640 or 1595836. OLE color: 1595836.

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

Color convert

RGB 188 89 24 -
CMYK 0 0.53 0.87 0.26
HSL 23.78º 0.77% 0.42% -
HSV(B) 23.78º 0.87% 0.74% -
XYZ 24.48 17.9 3.03 -
YUV 111.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 188 89 24 0 0.53 0.87 0.26 23.78 0.77 0.42
Hex BC 59 18 0 35 57 1A 18 4D 2A
Octal 274 131 30 0 65 127 32 30 115 52
Binary 10111100 1011001 11000 0 110101 1010111 11010 11000 1001101 101010

Color Harmonies of #BC5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5918

Black with #BC5918

Text Example


Text Example

White with #BC5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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