#B76557

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

Shades of Sunglo #B76557

Tints of Sunglo #B76557

Color information

#B76557 (or 0xB76557) is unknown color: approx Sunglo. HEX triplet: B7, 65 and 57. RGB value is (183,101,87). Sum of RGB (Red+Green+Blue) = 183+101+87=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76557 is #489AA8. Grayscale: #7C7C7C. Windows color (decimal): -4758185 or 5727671. OLE color: 5727671.

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

Color convert

RGB18310187-
CMYK00.450.520.28
HSL8.75º40%52.94%-
HSV(B)8.75º52.46%71.76%-
XYZ25.920.0611.52-
YUV123.92107.17170.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=49.33%
G=27.22%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831018700.450.520.288.754052.94
HexB7655702D341C92835
Octal2671451270556434115065
Binary10110111110010110101110101101110100111001001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76557; }

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

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

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

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

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

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

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

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