Html Css Color HEX #B95581 Royal Heath

📋 copy color: '#B95581'

red 185 ◦ green 85 ◦ blue 129

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

Shades of Royal Heath #B95581

Tints of Royal Heath #B95581

RGB

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

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

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

R = 46.37%
G = 21.3%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95581 (or 0xB95581) is known color: Royal Heath. HEX triplet: B9, 55 and 81. RGB value is (185,85,129). Sum of RGB (Red+Green+Blue) = 185+85+129=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B95581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95581 is #46AA7E. Grayscale: #777777. Windows color (decimal): -4631167 or 8476089. OLE color: 8476089.

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

Color convert

RGB 185 85 129 -
CMYK 0 0.54 0.30 0.27
HSL 333.6º 0.42% 0.53% -
HSV(B) 333.6º 0.54% 0.73% -
XYZ 27.22 18.4 22.89 -
YUV 119.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 185 85 129 0 0.54 0.30 0.27 333.6 0.42 0.53
Hex B9 55 81 0 36 1E 1B 14E 2A 35
Octal 271 125 201 0 66 36 33 516 52 65
Binary 10111001 1010101 10000001 0 110110 11110 11011 101001110 101010 110101

Color Harmonies of #B95581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95581

Black with #B95581

Text Example


Text Example

White with #B95581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95581; }

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

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

background-color css

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

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

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

border-color css

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

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

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