Html Css Color HEX #B96833 Christine

📋 copy color: '#B96833'

red 185 ◦ green 104 ◦ blue 51

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

Shades of Christine #B96833

Tints of Christine #B96833

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 54.41%
G = 30.59%
B = 15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96833 (or 0xB96833) is known color: Christine. HEX triplet: B9, 68 and 33. RGB value is (185,104,51). Sum of RGB (Red+Green+Blue) = 185+104+51=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B96833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96833 is #4697CC. Grayscale: #7A7A7A. Windows color (decimal): -4626381 or 3369145. OLE color: 3369145.

HSL color Cylindrical-coordinate representation of color #B96833: hue angle of 23.73º 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 #B96833 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 51 -
CMYK 0 0.44 0.72 0.27
HSL 23.73º 0.57% 0.46% -
HSV(B) 23.73º 0.72% 0.73% -
XYZ 25.56 20.45 5.73 -
YUV 122.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 185 104 51 0 0.44 0.72 0.27 23.73 0.57 0.46
Hex B9 68 33 0 2C 48 1B 18 39 2E
Octal 271 150 63 0 54 110 33 30 71 56
Binary 10111001 1101000 110011 0 101100 1001000 11011 11000 111001 101110

Color Harmonies of #B96833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96833

Black with #B96833

Text Example


Text Example

White with #B96833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96833; }

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

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

background-color css

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

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

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

border-color css

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

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

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