#B5625A

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

Shades of Sunglo #B5625A

Tints of Sunglo #B5625A

Color information

#B5625A (or 0xB5625A) is unknown color: approx Sunglo. HEX triplet: B5, 62 and 5A. RGB value is (181,98,90). Sum of RGB (Red+Green+Blue) = 181+98+90=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5625A is #4A9DA5. Grayscale: #7A7A7A. Windows color (decimal): -4890022 or 5923509. OLE color: 5923509.

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

Color convert

RGB1819890-
CMYK00.460.500.29
HSL5.27º38.08%53.14%-
HSV(B)5.27º50.28%70.98%-
XYZ25.2719.312.07-
YUV121.9110170.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=49.05%
G=26.56%
B=24.39%

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
Decimal181989000.460.500.295.2738.0853.14
HexB5625A02E321D52635
Octal265142132056623554665
Binary1011010111000101011010010111011001011101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5625A; }

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

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

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

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

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

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

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

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