Html Css Color HEX #B95C80 Royal Heath

📋 copy color: '#B95C80'

red 185 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #B95C80

Tints of Royal Heath #B95C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 45.68%
G = 22.72%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B95C80 (or 0xB95C80) is known color: Royal Heath. HEX triplet: B9, 5C and 80. RGB value is (185,92,128). Sum of RGB (Red+Green+Blue) = 185+92+128=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C80 is #46A37F. Grayscale: #7B7B7B. Windows color (decimal): -4629376 or 8412345. OLE color: 8412345.

HSL color Cylindrical-coordinate representation of color #B95C80: hue angle of 336.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C80 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 92 128 -
CMYK 0 0.50 0.31 0.27
HSL 336.77º 0.4% 0.54% -
HSV(B) 336.77º 0.5% 0.73% -
XYZ 27.73 19.53 22.73 -
YUV 123.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 185 92 128 0 0.50 0.31 0.27 336.77 0.4 0.54
Hex B9 5C 80 0 32 1F 1B 151 28 36
Octal 271 134 200 0 62 37 33 521 50 66
Binary 10111001 1011100 10000000 0 110010 11111 11011 101010001 101000 110110

Color Harmonies of #B95C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C80

Black with #B95C80

Text Example


Text Example

White with #B95C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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