#b5625b

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

Shades of Sunglo #B5625B

Tints of Sunglo #B5625B

Color information

#B5625B (or 0xB5625B) is unknown color: approx Sunglo. HEX triplet: B5, 62 and 5B. RGB value is (181,98,91). Sum of RGB (Red+Green+Blue) = 181+98+91=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5625B is #4A9DA4. Grayscale: #7A7A7A. Windows color (decimal): -4890021 or 5989045. OLE color: 5989045.

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

Color convert

RGB1819891-
CMYK00.460.500.29
HSL4.67º37.82%53.33%-
HSV(B)4.67º49.72%70.98%-
XYZ25.3119.3112.29-
YUV122.02110.5170.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=48.92%
G=26.49%
B=24.59%

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
Decimal181989100.460.500.294.6737.8253.33
HexB5625B02E321D52635
Octal265142133056623554665
Binary1011010111000101011011010111011001011101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5625b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5625b; }

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

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

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

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

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

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

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

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