Html Css Color HEX #B95574 Royal Heath

📋 copy color: '#B95574'

red 185 ◦ green 85 ◦ blue 116

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

Shades of Royal Heath #B95574

Tints of Royal Heath #B95574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 47.93%
G = 22.02%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B95574 (or 0xB95574) is known color: Royal Heath. HEX triplet: B9, 55 and 74. RGB value is (185,85,116). Sum of RGB (Red+Green+Blue) = 185+85+116=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95574 is #46AA8B. Grayscale: #767676. Windows color (decimal): -4631180 or 7624121. OLE color: 7624121.

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

Color convert

RGB 185 85 116 -
CMYK 0 0.54 0.37 0.27
HSL 341.4º 0.42% 0.53% -
HSV(B) 341.4º 0.54% 0.73% -
XYZ 26.41 18.07 18.62 -
YUV 118.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 185 85 116 0 0.54 0.37 0.27 341.4 0.42 0.53
Hex B9 55 74 0 36 25 1B 155 2A 35
Octal 271 125 164 0 66 45 33 525 52 65
Binary 10111001 1010101 1110100 0 110110 100101 11011 101010101 101010 110101

Color Harmonies of #B95574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95574

Black with #B95574

Text Example


Text Example

White with #B95574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95574; }

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

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

background-color css

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

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

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

border-color css

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

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

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