#B76757

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

Shades of Sunglo #B76757

Tints of Sunglo #B76757

Color information

#B76757 (or 0xB76757) is unknown color: approx Sunglo. HEX triplet: B7, 67 and 57. RGB value is (183,103,87). Sum of RGB (Red+Green+Blue) = 183+103+87=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76757 is #4898A8. Grayscale: #7D7D7D. Windows color (decimal): -4757673 or 5728183. OLE color: 5728183.

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

Color convert

RGB18310387-
CMYK00.440.520.28
HSL10º40%52.94%-
HSV(B)10º52.46%71.76%-
XYZ26.120.4611.59-
YUV125.1106.5169.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=49.06%
G=27.61%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831038700.440.520.28104052.94
HexB7675702C341Ca2835
Octal2671471270546434125065
Binary10110111110011110101110101100110100111001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76757; }

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

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

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

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

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

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

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

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