#B96026

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

Shades of Christine #B96026

Tints of Christine #B96026

Color information

#B96026 (or 0xB96026) is unknown color: approx Christine. HEX triplet: B9, 60 and 26. RGB value is (185,96,38). Sum of RGB (Red+Green+Blue) = 185+96+38=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B96026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96026 is #469FD9. Grayscale: #747474. Windows color (decimal): -4628442 or 2515129. OLE color: 2515129.

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

Color convert

RGB1859638-
CMYK00.480.790.27
HSL23.67º65.92%43.73%-
HSV(B)23.67º79.46%72.55%-
XYZ24.5418.824.17-
YUV11683.99177.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.99%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=57.99%
G=30.09%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185963800.480.790.2723.6765.9243.73
HexB960260304F1B18422c
Octal27114046060117333010254
Binary1011100111000001001100110000100111111011110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96026; }

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

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

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

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

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

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

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

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