Html Css Color HEX #B15580 Royal Heath

📋 copy color: '#B15580'

red 177 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #B15580

Tints of Royal Heath #B15580

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 45.38%
G = 21.79%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B15580 (or 0xB15580) is known color: Royal Heath. HEX triplet: B1, 55 and 80. RGB value is (177,85,128). Sum of RGB (Red+Green+Blue) = 177+85+128=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15580 is #4EAA7F. Grayscale: #757575. Windows color (decimal): -5155456 or 8410545. OLE color: 8410545.

HSL color Cylindrical-coordinate representation of color #B15580: hue angle of 331.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15580 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 128 -
CMYK 0 0.52 0.28 0.31
HSL 331.96º 0.37% 0.51% -
HSV(B) 331.96º 0.52% 0.69% -
XYZ 25.28 17.4 22.45 -
YUV 117.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 177 85 128 0 0.52 0.28 0.31 331.96 0.37 0.51
Hex B1 55 80 0 34 1C 1F 14C 25 33
Octal 261 125 200 0 64 34 37 514 45 63
Binary 10110001 1010101 10000000 0 110100 11100 11111 101001100 100101 110011

Color Harmonies of #B15580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15580

Black with #B15580

Text Example


Text Example

White with #B15580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15580; }

 p { color: rgb(177,85,128); }

 H1.HeaderClassName
 {
   color: #B15580;
 }
 .AnyTagClassName
 {
   color: #B15580;
 }
</style>

background-color css

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

 a { background-color: rgb(177,85,128); }

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

border-color css

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

 span { border-color: rgb(177,85,128); }

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