#B96531

Color #B96531 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B96531

Tints of Christine #B96531

Color information

#B96531 (or 0xB96531) is unknown color: approx Christine. HEX triplet: B9, 65 and 31. RGB value is (185,101,49). Sum of RGB (Red+Green+Blue) = 185+101+49=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B96531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96531 is #469ACE. Grayscale: #787878. Windows color (decimal): -4627151 or 3237305. OLE color: 3237305.

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

Color convert

RGB18510149-
CMYK00.450.740.27
HSL22.94º58.12%45.88%-
HSV(B)22.94º73.51%72.55%-
XYZ25.2219.845.41-
YUV120.1987.83174.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 49 (19.53% from 255) = 14.63%
R=55.22%
G=30.15%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851014900.450.740.2722.9458.1245.88
HexB9653102D4A1B173a2e
Octal2711456105511233277256
Binary101110011100101110001010110110010101101110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96531; }

 p { color: rgb(185,101,49); }

 H1.HeaderClassName
 {
   color: #B96531;
 }
 .AnyTagClassName
 {
   color: #B96531;
 }
</style>
background-color css

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

 a { background-color: rgb(185,101,49); }

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

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

 span { border-color: rgb(185,101,49); }

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