#B76218

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

Shades of Christine #B76218

Tints of Christine #B76218

Color information

#B76218 (or 0xB76218) is unknown color: approx Christine. HEX triplet: B7, 62 and 18. RGB value is (183,98,24). Sum of RGB (Red+Green+Blue) = 183+98+24=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B76218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76218 is #489DE7. Grayscale: #737373. Windows color (decimal): -4759016 or 1598135. OLE color: 1598135.

HSL color Cylindrical-coordinate representation of color #B76218: hue angle of 27.92º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76218 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB1839824-
CMYK00.460.870.28
HSL27.92º76.81%40.59%-
HSV(B)27.92º86.89%71.76%-
XYZ24.0618.873.24-
YUV114.9876.66176.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=60%
G=32.13%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183982400.460.870.2827.9276.8140.59
HexB7621802E571C1c4d29
Octal26714230056127343411551
Binary101101111100010110000101110101011111100111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76218; }

 p { color: rgb(183,98,24); }

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

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

 a { background-color: rgb(183,98,24); }

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

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

 span { border-color: rgb(183,98,24); }

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