#B9601A

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

Shades of Christine #B9601A

Tints of Christine #B9601A

Color information

#B9601A (or 0xB9601A) is unknown color: approx Christine. HEX triplet: B9, 60 and 1A. RGB value is (185,96,26). Sum of RGB (Red+Green+Blue) = 185+96+26=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9601A is #469FE5. Grayscale: #737373. Windows color (decimal): -4628454 or 1728697. OLE color: 1728697.

HSL color Cylindrical-coordinate representation of color #B9601A: hue angle of 26.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9601A is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1859626-
CMYK00.480.860.27
HSL26.42º75.36%41.37%-
HSV(B)26.42º85.95%72.55%-
XYZ24.3818.753.31-
YUV114.6377.99178.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=60.26%
G=31.27%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185962600.480.860.2726.4275.3641.37
HexB9601A030561B1a4b29
Octal27114032060126333211351
Binary101110011100000110100110000101011011011110101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9601A; }

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

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

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

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

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

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

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

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