#B96325

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

Shades of Christine #B96325

Tints of Christine #B96325

Color information

#B96325 (or 0xB96325) is unknown color: approx Christine. HEX triplet: B9, 63 and 25. RGB value is (185,99,37). Sum of RGB (Red+Green+Blue) = 185+99+37=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B96325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96325 is #469CDA. Grayscale: #757575. Windows color (decimal): -4627675 or 2450361. OLE color: 2450361.

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

Color convert

RGB1859937-
CMYK00.460.800.27
HSL25.14º66.67%43.53%-
HSV(B)25.14º80%72.55%-
XYZ24.819.374.18-
YUV117.6582.49176.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=57.63%
G=30.84%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185993700.460.800.2725.1466.6743.53
HexB9632502E501B19432c
Octal27114345056120333110354
Binary1011100111000111001010101110101000011011110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96325; }

 p { color: rgb(185,99,37); }

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

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

 a { background-color: rgb(185,99,37); }

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

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

 span { border-color: rgb(185,99,37); }

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