#b76457

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

Shades of Sunglo #B76457

Tints of Sunglo #B76457

Color information

#B76457 (or 0xB76457) is unknown color: approx Sunglo. HEX triplet: B7, 64 and 57. RGB value is (183,100,87). Sum of RGB (Red+Green+Blue) = 183+100+87=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76457 is #489BA8. Grayscale: #7B7B7B. Windows color (decimal): -4758441 or 5727415. OLE color: 5727415.

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

Color convert

RGB18310087-
CMYK00.450.520.28
HSL8.13º40%52.94%-
HSV(B)8.13º52.46%71.76%-
XYZ25.8119.8711.49-
YUV123.34107.5170.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=49.46%
G=27.03%
B=23.51%

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
Decimal1831008700.450.520.288.134052.94
HexB7645702D341C82835
Octal2671441270556434105065
Binary10110111110010010101110101101110100111001000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76457; }

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

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

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

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

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

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

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

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