#B5605A

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

Shades of Sunglo #B5605A

Tints of Sunglo #B5605A

Color information

#B5605A (or 0xB5605A) is unknown color: approx Sunglo. HEX triplet: B5, 60 and 5A. RGB value is (181,96,90). Sum of RGB (Red+Green+Blue) = 181+96+90=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5605A is #4A9FA5. Grayscale: #787878. Windows color (decimal): -4890534 or 5922997. OLE color: 5922997.

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

Color convert

RGB1819690-
CMYK00.470.500.29
HSL3.96º38.08%53.14%-
HSV(B)3.96º50.28%70.98%-
XYZ25.0818.9312-
YUV120.73110.66170.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=49.32%
G=26.16%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181969000.470.500.293.9638.0853.14
HexB5605A02F321D42635
Octal265140132057623544665
Binary1011010111000001011010010111111001011101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5605A; }

 p { color: rgb(181,96,90); }

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

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

 a { background-color: rgb(181,96,90); }

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

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

 span { border-color: rgb(181,96,90); }

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