Html Css Color HEX #B96633 Christine

📋 copy color: '#B96633'

red 185 ◦ green 102 ◦ blue 51

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

Shades of Christine #B96633

Tints of Christine #B96633

RGB

 RED value IS 185 (72.66% from 255) = 54.73%

 GREEN value IS 102 (40.23% from 255) = 30.18%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 54.73%
G = 30.18%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96633 (or 0xB96633) is known color: Christine. HEX triplet: B9, 66 and 33. RGB value is (185,102,51). Sum of RGB (Red+Green+Blue) = 185+102+51=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96633 is #4699CC. Grayscale: #797979. Windows color (decimal): -4626893 or 3368633. OLE color: 3368633.

HSL color Cylindrical-coordinate representation of color #B96633: hue angle of 22.84º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B96633 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 51 -
CMYK 0 0.45 0.72 0.27
HSL 22.84º 0.57% 0.46% -
HSV(B) 22.84º 0.72% 0.73% -
XYZ 25.36 20.06 5.67 -
YUV 121 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 185 102 51 0 0.45 0.72 0.27 22.84 0.57 0.46
Hex B9 66 33 0 2D 48 1B 17 39 2E
Octal 271 146 63 0 55 110 33 27 71 56
Binary 10111001 1100110 110011 0 101101 1001000 11011 10111 111001 101110

Color Harmonies of #B96633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96633

Black with #B96633

Text Example


Text Example

White with #B96633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96633; }

 p { color: rgb(185,102,51); }

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

background-color css

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

 a { background-color: rgb(185,102,51); }

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

border-color css

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

 span { border-color: rgb(185,102,51); }

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