Html Css Color HEX #B66516 Christine

📋 copy color: '#B66516'

red 182 ◦ green 101 ◦ blue 22

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

Shades of Christine #B66516

Tints of Christine #B66516

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 59.67%
G = 33.11%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B66516 (or 0xB66516) is known color: Christine. HEX triplet: B6, 65 and 16. RGB value is (182,101,22). Sum of RGB (Red+Green+Blue) = 182+101+22=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B66516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66516 is #499AE9. Grayscale: #747474. Windows color (decimal): -4823786 or 1467830. OLE color: 1467830.

HSL color Cylindrical-coordinate representation of color #B66516: hue angle of 29.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B66516 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 101 22 -
CMYK 0 0.45 0.88 0.29
HSL 29.63º 0.78% 0.4% -
HSV(B) 29.63º 0.88% 0.71% -
XYZ 24.09 19.31 3.22 -
YUV 116.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 182 101 22 0 0.45 0.88 0.29 29.63 0.78 0.4
Hex B6 65 16 0 2D 58 1D 1E 4E 28
Octal 266 145 26 0 55 130 35 36 116 50
Binary 10110110 1100101 10110 0 101101 1011000 11101 11110 1001110 101000

Color Harmonies of #B66516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66516

Black with #B66516

Text Example


Text Example

White with #B66516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66516; }

 p { color: rgb(182,101,22); }

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

background-color css

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

 a { background-color: rgb(182,101,22); }

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

border-color css

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

 span { border-color: rgb(182,101,22); }

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