Html Css Color HEX #B95481 Royal Heath

📋 copy color: '#B95481'

red 185 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #B95481

Tints of Royal Heath #B95481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.11%

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

R = 46.48%
G = 21.11%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95481 (or 0xB95481) is known color: Royal Heath. HEX triplet: B9, 54 and 81. RGB value is (185,84,129). Sum of RGB (Red+Green+Blue) = 185+84+129=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B95481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95481 is #46AB7E. Grayscale: #777777. Windows color (decimal): -4631423 or 8475833. OLE color: 8475833.

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

Color convert

RGB 185 84 129 -
CMYK 0 0.55 0.30 0.27
HSL 333.27º 0.42% 0.53% -
HSV(B) 333.27º 0.55% 0.73% -
XYZ 27.14 18.24 22.86 -
YUV 119.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 185 84 129 0 0.55 0.30 0.27 333.27 0.42 0.53
Hex B9 54 81 0 37 1E 1B 14D 2A 35
Octal 271 124 201 0 67 36 33 515 52 65
Binary 10111001 1010100 10000001 0 110111 11110 11011 101001101 101010 110101

Color Harmonies of #B95481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95481

Black with #B95481

Text Example


Text Example

White with #B95481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95481; }

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

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

background-color css

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

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

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

border-color css

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

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

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