Html Css Color HEX #B15981 Royal Heath

📋 copy color: '#B15981'

red 177 ◦ green 89 ◦ blue 129

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

Shades of Royal Heath #B15981

Tints of Royal Heath #B15981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.53%

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 44.81%
G = 22.53%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15981 (or 0xB15981) is known color: Royal Heath. HEX triplet: B1, 59 and 81. RGB value is (177,89,129). Sum of RGB (Red+Green+Blue) = 177+89+129=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B15981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15981 is #4EA67E. Grayscale: #777777. Windows color (decimal): -5154431 or 8477105. OLE color: 8477105.

HSL color Cylindrical-coordinate representation of color #B15981: hue angle of 332.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15981 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 129 -
CMYK 0 0.50 0.27 0.31
HSL 332.73º 0.36% 0.52% -
HSV(B) 332.73º 0.5% 0.69% -
XYZ 25.67 18.08 22.91 -
YUV 119.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 177 89 129 0 0.50 0.27 0.31 332.73 0.36 0.52
Hex B1 59 81 0 32 1B 1F 14D 24 34
Octal 261 131 201 0 62 33 37 515 44 64
Binary 10110001 1011001 10000001 0 110010 11011 11111 101001101 100100 110100

Color Harmonies of #B15981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15981

Black with #B15981

Text Example


Text Example

White with #B15981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15981; }

 p { color: rgb(177,89,129); }

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

background-color css

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

 a { background-color: rgb(177,89,129); }

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

border-color css

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

 span { border-color: rgb(177,89,129); }

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