Html Css Color HEX #B5625A Sunglo

📋 copy color: '#B5625A'

red 181 ◦ green 98 ◦ blue 90

#B5625A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #B5625A

Tints of Sunglo #B5625A

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 value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5625A (or 0xB5625A) is known color: 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

RGB 181 98 90 -
CMYK 0 0.46 0.50 0.29
HSL 5.27º 0.38% 0.53% -
HSV(B) 5.27º 0.5% 0.71% -
XYZ 25.27 19.3 12.07 -
YUV 121.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 181 98 90 0 0.46 0.50 0.29 5.27 0.38 0.53
Hex B5 62 5A 0 2E 32 1D 5 26 35
Octal 265 142 132 0 56 62 35 5 46 65
Binary 10110101 1100010 1011010 0 101110 110010 11101 101 100110 110101

Color Harmonies of #B5625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5625A

Black with #B5625A

Text Example


Text Example

White with #B5625A

Text Example


Text Example

HTML Codes & Css Web 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>