Html Css Color HEX #B66212 Christine

📋 copy color: '#B66212'

red 182 ◦ green 98 ◦ blue 18

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

Shades of Christine #B66212

Tints of Christine #B66212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 61.07%
G = 32.89%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B66212 (or 0xB66212) is known color: Christine. HEX triplet: B6, 62 and 12. RGB value is (182,98,18). Sum of RGB (Red+Green+Blue) = 182+98+18=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B66212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66212 is #499DED. Grayscale: #727272. Windows color (decimal): -4824558 or 1204918. OLE color: 1204918.

HSL color Cylindrical-coordinate representation of color #B66212: hue angle of 29.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66212 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 18 -
CMYK 0 0.46 0.90 0.29
HSL 29.27º 0.82% 0.39% -
HSV(B) 29.27º 0.9% 0.71% -
XYZ 23.77 18.72 2.93 -
YUV 114 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 182 98 18 0 0.46 0.90 0.29 29.27 0.82 0.39
Hex B6 62 12 0 2E 5A 1D 1D 52 27
Octal 266 142 22 0 56 132 35 35 122 47
Binary 10110110 1100010 10010 0 101110 1011010 11101 11101 1010010 100111

Color Harmonies of #B66212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66212

Black with #B66212

Text Example


Text Example

White with #B66212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66212; }

 p { color: rgb(182,98,18); }

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

background-color css

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

 a { background-color: rgb(182,98,18); }

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

border-color css

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

 span { border-color: rgb(182,98,18); }

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