Html Css Color HEX #B96732 Christine

📋 copy color: '#B96732'

red 185 ◦ green 103 ◦ blue 50

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

Shades of Christine #B96732

Tints of Christine #B96732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 54.73%
G = 30.47%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B96732 (or 0xB96732) is known color: Christine. HEX triplet: B9, 67 and 32. RGB value is (185,103,50). Sum of RGB (Red+Green+Blue) = 185+103+50=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96732 is #4698CD. Grayscale: #797979. Windows color (decimal): -4626638 or 3303353. OLE color: 3303353.

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

Color convert

RGB 185 103 50 -
CMYK 0 0.44 0.73 0.27
HSL 23.56º 0.57% 0.46% -
HSV(B) 23.56º 0.73% 0.73% -
XYZ 25.43 20.25 5.58 -
YUV 121.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 185 103 50 0 0.44 0.73 0.27 23.56 0.57 0.46
Hex B9 67 32 0 2C 49 1B 18 39 2E
Octal 271 147 62 0 54 111 33 30 71 56
Binary 10111001 1100111 110010 0 101100 1001001 11011 11000 111001 101110

Color Harmonies of #B96732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96732

Black with #B96732

Text Example


Text Example

White with #B96732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96732; }

 p { color: rgb(185,103,50); }

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

background-color css

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

 a { background-color: rgb(185,103,50); }

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

border-color css

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

 span { border-color: rgb(185,103,50); }

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