#B76655

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

Shades of Sunglo #B76655

Tints of Sunglo #B76655

Color information

#B76655 (or 0xB76655) is unknown color: approx Sunglo. HEX triplet: B7, 66 and 55. RGB value is (183,102,85). Sum of RGB (Red+Green+Blue) = 183+102+85=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76655 is #4899AA. Grayscale: #7C7C7C. Windows color (decimal): -4757931 or 5596855. OLE color: 5596855.

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

Color convert

RGB18310285-
CMYK00.440.540.28
HSL10.41º40.5%52.55%-
HSV(B)10.41º53.55%71.76%-
XYZ25.9220.2311.13-
YUV124.28105.84169.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=49.46%
G=27.57%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831028500.440.540.2810.4140.552.55
HexB7665502C361Ca2835
Octal2671461250546634125065
Binary10110111110011010101010101100110110111001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76655; }

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

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

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

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

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

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

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

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