#B76016

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

Shades of Christine #B76016

Tints of Christine #B76016

Color information

#B76016 (or 0xB76016) is unknown color: approx Christine. HEX triplet: B7, 60 and 16. RGB value is (183,96,22). Sum of RGB (Red+Green+Blue) = 183+96+22=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76016 is #489FE9. Grayscale: #717171. Windows color (decimal): -4759530 or 1466551. OLE color: 1466551.

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

Color convert

RGB1839622-
CMYK00.480.880.28
HSL27.58º78.54%40.2%-
HSV(B)27.58º87.98%71.76%-
XYZ23.8618.493.07-
YUV113.5876.32177.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=60.80%
G=31.89%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183962200.480.880.2827.5878.5440.2
HexB76016030581C1c4f28
Octal26714026060130343411750
Binary101101111100000101100110000101100011100111001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76016; }

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

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

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

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

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

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

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

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