#B36018

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

Shades of Christine #B36018

Tints of Christine #B36018

Color information

#B36018 (or 0xB36018) is unknown color: approx Christine. HEX triplet: B3, 60 and 18. RGB value is (179,96,24). Sum of RGB (Red+Green+Blue) = 179+96+24=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B36018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36018 is #4C9FE7. Grayscale: #707070. Windows color (decimal): -5021672 or 1597619. OLE color: 1597619.

HSL color Cylindrical-coordinate representation of color #B36018: hue angle of 27.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B36018 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1799624-
CMYK00.460.870.30
HSL27.87º76.35%39.8%-
HSV(B)27.87º86.59%70.2%-
XYZ22.9418.023.13-
YUV112.6178175.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.87%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=59.87%
G=32.11%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179962400.460.870.3027.8776.3539.8
HexB3601802E571E1c4c28
Octal26314030056127363411450
Binary101100111100000110000101110101011111110111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36018; }

 p { color: rgb(179,96,24); }

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

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

 a { background-color: rgb(179,96,24); }

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

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

 span { border-color: rgb(179,96,24); }

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