Html Css Color HEX #B95981 Royal Heath

📋 copy color: '#B95981'

red 185 ◦ green 89 ◦ blue 129

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

Shades of Royal Heath #B95981

Tints of Royal Heath #B95981

RGB

 RED value IS 185 (72.66% from 255) = 45.91%

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

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

R = 45.91%
G = 22.08%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95981 (or 0xB95981) is known color: Royal Heath. HEX triplet: B9, 59 and 81. RGB value is (185,89,129). Sum of RGB (Red+Green+Blue) = 185+89+129=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95981 is #46A67E. Grayscale: #7A7A7A. Windows color (decimal): -4630143 or 8477113. OLE color: 8477113.

HSL color Cylindrical-coordinate representation of color #B95981: hue angle of 335º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95981 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 129 -
CMYK 0 0.52 0.30 0.27
HSL 335º 0.41% 0.54% -
HSV(B) 335º 0.52% 0.73% -
XYZ 27.54 19.04 22.99 -
YUV 122.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 185 89 129 0 0.52 0.30 0.27 335 0.41 0.54
Hex B9 59 81 0 34 1E 1B 14F 29 36
Octal 271 131 201 0 64 36 33 517 51 66
Binary 10111001 1011001 10000001 0 110100 11110 11011 101001111 101001 110110

Color Harmonies of #B95981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95981

Black with #B95981

Text Example


Text Example

White with #B95981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95981; }

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

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

background-color css

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

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

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

border-color css

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

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

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