#B76455

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

Shades of Sunglo #B76455

Tints of Sunglo #B76455

Color information

#B76455 (or 0xB76455) is unknown color: approx Sunglo. HEX triplet: B7, 64 and 55. RGB value is (183,100,85). Sum of RGB (Red+Green+Blue) = 183+100+85=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76455 is #489BAA. Grayscale: #7B7B7B. Windows color (decimal): -4758443 or 5596343. OLE color: 5596343.

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

Color convert

RGB18310085-
CMYK00.450.540.28
HSL9.18º40.5%52.55%-
HSV(B)9.18º53.55%71.76%-
XYZ25.7319.8411.07-
YUV123.11106.5170.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=49.73%
G=27.17%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831008500.450.540.289.1840.552.55
HexB7645502D361C92835
Octal2671441250556634115065
Binary10110111110010010101010101101110110111001001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76455; }

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

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

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

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

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

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

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

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