#B65F56

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

Shades of Sunglo #B65F56

Tints of Sunglo #B65F56

Color information

#B65F56 (or 0xB65F56) is unknown color: approx Sunglo. HEX triplet: B6, 5F and 56. RGB value is (182,95,86). Sum of RGB (Red+Green+Blue) = 182+95+86=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65F56 is #49A0A9. Grayscale: #787878. Windows color (decimal): -4825258 or 5660598. OLE color: 5660598.

HSL color Cylindrical-coordinate representation of color #B65F56: hue angle of 5.63º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65F56 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1829586-
CMYK00.480.530.29
HSL5.63º39.67%52.55%-
HSV(B)5.63º52.75%71.37%-
XYZ25.0618.811.11-
YUV119.99108.82172.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=50.14%
G=26.17%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182958600.480.530.295.6339.6752.55
HexB65F56030351D62835
Octal266137126060653565065
Binary1011011010111111010110011000011010111101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F56; }

 p { color: rgb(182,95,86); }

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

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

 a { background-color: rgb(182,95,86); }

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

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

 span { border-color: rgb(182,95,86); }

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