#B76531

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

Shades of Christine #B76531

Tints of Christine #B76531

Color information

#B76531 (or 0xB76531) is unknown color: approx Christine. HEX triplet: B7, 65 and 31. RGB value is (183,101,49). Sum of RGB (Red+Green+Blue) = 183+101+49=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B76531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76531 is #489ACE. Grayscale: #777777. Windows color (decimal): -4758223 or 3237303. OLE color: 3237303.

HSL color Cylindrical-coordinate representation of color #B76531: hue angle of 23.28º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76531 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18310149-
CMYK00.450.730.28
HSL23.28º57.76%45.49%-
HSV(B)23.28º73.22%71.76%-
XYZ24.7419.65.38-
YUV119.5988.17173.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 49 (19.53% from 255) = 14.71%
R=54.95%
G=30.33%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831014900.450.730.2823.2857.7645.49
HexB7653102D491C173a2d
Octal2671456105511134277255
Binary101101111100101110001010110110010011110010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76531; }

 p { color: rgb(183,101,49); }

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

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

 a { background-color: rgb(183,101,49); }

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

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

 span { border-color: rgb(183,101,49); }

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