#B76229

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

Shades of Christine #B76229

Tints of Christine #B76229

Color information

#B76229 (or 0xB76229) is unknown color: approx Christine. HEX triplet: B7, 62 and 29. RGB value is (183,98,41). Sum of RGB (Red+Green+Blue) = 183+98+41=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B76229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76229 is #489DD6. Grayscale: #757575. Windows color (decimal): -4758999 or 2712247. OLE color: 2712247.

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

Color convert

RGB1839841-
CMYK00.460.780.28
HSL24.08º63.39%43.92%-
HSV(B)24.08º77.6%71.76%-
XYZ24.318.964.48-
YUV116.9285.16175.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 41 (16.41% from 255) = 12.73%
R=56.83%
G=30.43%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183984100.460.780.2824.0863.3943.92
HexB7622902E4E1C183f2c
Octal2671425105611634307754
Binary101101111100010101001010111010011101110011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76229; }

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

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

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

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

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

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

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

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