Html Css Color HEX #BC5B16 Christine

📋 copy color: '#BC5B16'

red 188 ◦ green 91 ◦ blue 22

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

Shades of Christine #BC5B16

Tints of Christine #BC5B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

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

R = 62.46%
G = 30.23%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5B16 (or 0xBC5B16) is known color: Christine. HEX triplet: BC, 5B and 16. RGB value is (188,91,22). Sum of RGB (Red+Green+Blue) = 188+91+22=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B16 is #43A4E9. Grayscale: #707070. Windows color (decimal): -4433130 or 1465276. OLE color: 1465276.

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

Color convert

RGB 188 91 22 -
CMYK 0 0.52 0.88 0.26
HSL 24.94º 0.79% 0.41% -
HSV(B) 24.94º 0.88% 0.74% -
XYZ 24.62 18.23 2.98 -
YUV 112.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 188 91 22 0 0.52 0.88 0.26 24.94 0.79 0.41
Hex BC 5B 16 0 34 58 1A 19 4F 29
Octal 274 133 26 0 64 130 32 31 117 51
Binary 10111100 1011011 10110 0 110100 1011000 11010 11001 1001111 101001

Color Harmonies of #BC5B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B16

Black with #BC5B16

Text Example


Text Example

White with #BC5B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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