#B76116

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

Shades of Christine #B76116

Tints of Christine #B76116

Color information

#B76116 (or 0xB76116) is unknown color: approx Christine. HEX triplet: B7, 61 and 16. RGB value is (183,97,22). Sum of RGB (Red+Green+Blue) = 183+97+22=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76116 is #489EE9. Grayscale: #727272. Windows color (decimal): -4759274 or 1466807. OLE color: 1466807.

HSL color Cylindrical-coordinate representation of color #B76116: hue angle of 27.95º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76116 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1839722-
CMYK00.470.880.28
HSL27.95º78.54%40.2%-
HSV(B)27.95º87.98%71.76%-
XYZ23.9518.673.1-
YUV114.1675.99177.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 22 (8.98% from 255) = 7.28%
R=60.60%
G=32.12%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183972200.470.880.2827.9578.5440.2
HexB7611602F581C1c4f28
Octal26714126057130343411750
Binary101101111100001101100101111101100011100111001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76116; }

 p { color: rgb(183,97,22); }

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

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

 a { background-color: rgb(183,97,22); }

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

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

 span { border-color: rgb(183,97,22); }

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