Html Css Color HEX #B95080 Royal Heath

📋 copy color: '#B95080'

red 185 ◦ green 80 ◦ blue 128

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

Shades of Royal Heath #B95080

Tints of Royal Heath #B95080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 47.07%
G = 20.36%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B95080 (or 0xB95080) is known color: Royal Heath. HEX triplet: B9, 50 and 80. RGB value is (185,80,128). Sum of RGB (Red+Green+Blue) = 185+80+128=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B95080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95080 is #46AF7F. Grayscale: #747474. Windows color (decimal): -4632448 or 8409273. OLE color: 8409273.

HSL color Cylindrical-coordinate representation of color #B95080: hue angle of 332.57º 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 #B95080 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 128 -
CMYK 0 0.57 0.31 0.27
HSL 332.57º 0.43% 0.52% -
HSV(B) 332.57º 0.57% 0.73% -
XYZ 26.77 17.61 22.41 -
YUV 116.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 185 80 128 0 0.57 0.31 0.27 332.57 0.43 0.52
Hex B9 50 80 0 39 1F 1B 14D 2B 34
Octal 271 120 200 0 71 37 33 515 53 64
Binary 10111001 1010000 10000000 0 111001 11111 11011 101001101 101011 110100

Color Harmonies of #B95080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95080

Black with #B95080

Text Example


Text Example

White with #B95080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95080; }

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

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

background-color css

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

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

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

border-color css

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

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

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