#B96426

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

Shades of Christine #B96426

Tints of Christine #B96426

Color information

#B96426 (or 0xB96426) is unknown color: approx Christine. HEX triplet: B9, 64 and 26. RGB value is (185,100,38). Sum of RGB (Red+Green+Blue) = 185+100+38=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B96426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96426 is #469BD9. Grayscale: #767676. Windows color (decimal): -4627418 or 2516153. OLE color: 2516153.

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

Color convert

RGB18510038-
CMYK00.460.790.27
HSL25.31º65.92%43.73%-
HSV(B)25.31º79.46%72.55%-
XYZ24.9119.574.3-
YUV118.3582.66175.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=57.28%
G=30.96%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851003800.460.790.2725.3165.9243.73
HexB9642602E4F1B19422c
Octal27114446056117333110254
Binary1011100111001001001100101110100111111011110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96426; }

 p { color: rgb(185,100,38); }

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

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

 a { background-color: rgb(185,100,38); }

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

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

 span { border-color: rgb(185,100,38); }

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