Html Css Color HEX #B95573 Royal Heath

📋 copy color: '#B95573'

red 185 ◦ green 85 ◦ blue 115

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

Shades of Royal Heath #B95573

Tints of Royal Heath #B95573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 48.05%
G = 22.08%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95573 (or 0xB95573) is known color: Royal Heath. HEX triplet: B9, 55 and 73. RGB value is (185,85,115). Sum of RGB (Red+Green+Blue) = 185+85+115=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B95573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95573 is #46AA8C. Grayscale: #767676. Windows color (decimal): -4631181 or 7558585. OLE color: 7558585.

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

Color convert

RGB 185 85 115 -
CMYK 0 0.54 0.38 0.27
HSL 342º 0.42% 0.53% -
HSV(B) 342º 0.54% 0.73% -
XYZ 26.35 18.05 18.31 -
YUV 118.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 185 85 115 0 0.54 0.38 0.27 342 0.42 0.53
Hex B9 55 73 0 36 26 1B 156 2A 35
Octal 271 125 163 0 66 46 33 526 52 65
Binary 10111001 1010101 1110011 0 110110 100110 11011 101010110 101010 110101

Color Harmonies of #B95573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95573

Black with #B95573

Text Example


Text Example

White with #B95573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95573; }

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

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

background-color css

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

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

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

border-color css

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

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

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