#B76459

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

Shades of Sunglo #B76459

Tints of Sunglo #B76459

Color information

#B76459 (or 0xB76459) is unknown color: approx Sunglo. HEX triplet: B7, 64 and 59. RGB value is (183,100,89). Sum of RGB (Red+Green+Blue) = 183+100+89=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B76459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76459 is #489BA6. Grayscale: #7B7B7B. Windows color (decimal): -4758439 or 5858487. OLE color: 5858487.

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

Color convert

RGB18310089-
CMYK00.450.510.28
HSL7.02º39.5%53.33%-
HSV(B)7.02º51.37%71.76%-
XYZ25.8919.911.93-
YUV123.56108.5170.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=49.19%
G=26.88%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831008900.450.510.287.0239.553.33
HexB7645902D331C72735
Octal267144131055633474765
Binary1011011111001001011001010110111001111100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76459; }

 p { color: rgb(183,100,89); }

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

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

 a { background-color: rgb(183,100,89); }

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

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

 span { border-color: rgb(183,100,89); }

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