#B76129

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

Shades of Christine #B76129

Tints of Christine #B76129

Color information

#B76129 (or 0xB76129) is unknown color: approx Christine. HEX triplet: B7, 61 and 29. RGB value is (183,97,41). Sum of RGB (Red+Green+Blue) = 183+97+41=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B76129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76129 is #489ED6. Grayscale: #747474. Windows color (decimal): -4759255 or 2711991. OLE color: 2711991.

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

Color convert

RGB1839741-
CMYK00.470.780.28
HSL23.66º63.39%43.92%-
HSV(B)23.66º77.6%71.76%-
XYZ24.218.784.45-
YUV116.3385.49175.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 41 (16.41% from 255) = 12.77%
R=57.01%
G=30.22%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183974100.470.780.2823.6663.3943.92
HexB7612902F4E1C183f2c
Octal2671415105711634307754
Binary101101111100001101001010111110011101110011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76129; }

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

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

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

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

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

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

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

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