#B4605A

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

Shades of Sunglo #B4605A

Tints of Sunglo #B4605A

Color information

#B4605A (or 0xB4605A) is unknown color: approx Sunglo. HEX triplet: B4, 60 and 5A. RGB value is (180,96,90). Sum of RGB (Red+Green+Blue) = 180+96+90=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4605A is #4B9FA5. Grayscale: #787878. Windows color (decimal): -4956070 or 5922996. OLE color: 5922996.

HSL color Cylindrical-coordinate representation of color #B4605A: hue angle of 4º 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 #B4605A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1809690-
CMYK00.470.500.29
HSL37.5%52.94%-
HSV(B)50%70.59%-
XYZ24.8518.8111.99-
YUV120.43110.83170.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=49.18%
G=26.23%
B=24.59%

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
Decimal180969000.470.500.29437.552.94
HexB4605A02F321D42635
Octal264140132057623544665
Binary1011010011000001011010010111111001011101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4605A; }

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

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

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

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

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

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

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

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