#B76756

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

Shades of Sunglo #B76756

Tints of Sunglo #B76756

Color information

#B76756 (or 0xB76756) is unknown color: approx Sunglo. HEX triplet: B7, 67 and 56. RGB value is (183,103,86). Sum of RGB (Red+Green+Blue) = 183+103+86=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B76756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76756 is #4898A9. Grayscale: #7D7D7D. Windows color (decimal): -4757674 or 5662647. OLE color: 5662647.

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

Color convert

RGB18310386-
CMYK00.440.530.28
HSL10.52º40.25%52.75%-
HSV(B)10.52º53.01%71.76%-
XYZ26.0620.4411.38-
YUV124.98106169.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=49.19%
G=27.69%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831038600.440.530.2810.5240.2552.75
HexB7675602C351Cb2835
Octal2671471260546534135065
Binary10110111110011110101100101100110101111001011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76756; }

 p { color: rgb(183,103,86); }

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

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

 a { background-color: rgb(183,103,86); }

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

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

 span { border-color: rgb(183,103,86); }

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