Html Css Color HEX #BC5E16 Christine

📋 copy color: '#BC5E16'

red 188 ◦ green 94 ◦ blue 22

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

Shades of Christine #BC5E16

Tints of Christine #BC5E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 61.84%
G = 30.92%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5E16 (or 0xBC5E16) is known color: Christine. HEX triplet: BC, 5E and 16. RGB value is (188,94,22). Sum of RGB (Red+Green+Blue) = 188+94+22=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E16 is #43A1E9. Grayscale: #727272. Windows color (decimal): -4432362 or 1466044. OLE color: 1466044.

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

Color convert

RGB 188 94 22 -
CMYK 0 0.50 0.88 0.26
HSL 26.02º 0.79% 0.41% -
HSV(B) 26.02º 0.88% 0.74% -
XYZ 24.89 18.75 3.07 -
YUV 113.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 188 94 22 0 0.50 0.88 0.26 26.02 0.79 0.41
Hex BC 5E 16 0 32 58 1A 1A 4F 29
Octal 274 136 26 0 62 130 32 32 117 51
Binary 10111100 1011110 10110 0 110010 1011000 11010 11010 1001111 101001

Color Harmonies of #BC5E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E16

Black with #BC5E16

Text Example


Text Example

White with #BC5E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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