Html Css Color HEX #B95081 Royal Heath

📋 copy color: '#B95081'

red 185 ◦ green 80 ◦ blue 129

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

Shades of Royal Heath #B95081

Tints of Royal Heath #B95081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 46.95%
G = 20.3%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95081 (or 0xB95081) is known color: Royal Heath. HEX triplet: B9, 50 and 81. RGB value is (185,80,129). Sum of RGB (Red+Green+Blue) = 185+80+129=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B95081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95081 is #46AF7E. Grayscale: #747474. Windows color (decimal): -4632447 or 8474809. OLE color: 8474809.

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

Color convert

RGB 185 80 129 -
CMYK 0 0.57 0.30 0.27
HSL 332º 0.43% 0.52% -
HSV(B) 332º 0.57% 0.73% -
XYZ 26.84 17.64 22.76 -
YUV 116.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 185 80 129 0 0.57 0.30 0.27 332 0.43 0.52
Hex B9 50 81 0 39 1E 1B 14C 2B 34
Octal 271 120 201 0 71 36 33 514 53 64
Binary 10111001 1010000 10000001 0 111001 11110 11011 101001100 101011 110100

Color Harmonies of #B95081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95081

Black with #B95081

Text Example


Text Example

White with #B95081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95081; }

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

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

background-color css

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

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

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

border-color css

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

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

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