#B4615A

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

Shades of Sunglo #B4615A

Tints of Sunglo #B4615A

Color information

#B4615A (or 0xB4615A) is unknown color: approx Sunglo. HEX triplet: B4, 61 and 5A. RGB value is (180,97,90). Sum of RGB (Red+Green+Blue) = 180+97+90=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4615A is #4B9EA5. Grayscale: #797979. Windows color (decimal): -4955814 or 5923252. OLE color: 5923252.

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

Color convert

RGB1809790-
CMYK00.460.500.29
HSL4.67º37.5%52.94%-
HSV(B)4.67º50%70.59%-
XYZ24.9418.9912.02-
YUV121.02110.5170.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=49.05%
G=26.43%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180979000.460.500.294.6737.552.94
HexB4615A02E321D52635
Octal264141132056623554665
Binary1011010011000011011010010111011001011101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4615A; }

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

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

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

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

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

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

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

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