Html Css Color HEX #B66229 Christine

📋 copy color: '#B66229'

red 182 ◦ green 98 ◦ blue 41

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

Shades of Christine #B66229

Tints of Christine #B66229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.77%

R = 56.7%
G = 30.53%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B66229 (or 0xB66229) is known color: Christine. HEX triplet: B6, 62 and 29. RGB value is (182,98,41). Sum of RGB (Red+Green+Blue) = 182+98+41=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B66229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66229 is #499DD6. Grayscale: #747474. Windows color (decimal): -4824535 or 2712246. OLE color: 2712246.

HSL color Cylindrical-coordinate representation of color #B66229: hue angle of 24.26º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B66229 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 41 -
CMYK 0 0.46 0.77 0.29
HSL 24.26º 0.63% 0.44% -
HSV(B) 24.26º 0.77% 0.71% -
XYZ 24.06 18.84 4.47 -
YUV 116.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 182 98 41 0 0.46 0.77 0.29 24.26 0.63 0.44
Hex B6 62 29 0 2E 4D 1D 18 3F 2C
Octal 266 142 51 0 56 115 35 30 77 54
Binary 10110110 1100010 101001 0 101110 1001101 11101 11000 111111 101100

Color Harmonies of #B66229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66229

Black with #B66229

Text Example


Text Example

White with #B66229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66229; }

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

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

background-color css

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

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

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

border-color css

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

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

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