Html Css Color HEX #B95479 Royal Heath

📋 copy color: '#B95479'

red 185 ◦ green 84 ◦ blue 121

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

Shades of Royal Heath #B95479

Tints of Royal Heath #B95479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 47.44%
G = 21.54%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B95479 (or 0xB95479) is known color: Royal Heath. HEX triplet: B9, 54 and 79. RGB value is (185,84,121). Sum of RGB (Red+Green+Blue) = 185+84+121=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B95479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95479 is #46AB86. Grayscale: #767676. Windows color (decimal): -4631431 or 7951545. OLE color: 7951545.

HSL color Cylindrical-coordinate representation of color #B95479: hue angle of 338.02º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95479 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 121 -
CMYK 0 0.55 0.35 0.27
HSL 338.02º 0.42% 0.53% -
HSV(B) 338.02º 0.55% 0.73% -
XYZ 26.63 18.04 20.17 -
YUV 118.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 185 84 121 0 0.55 0.35 0.27 338.02 0.42 0.53
Hex B9 54 79 0 37 23 1B 152 2A 35
Octal 271 124 171 0 67 43 33 522 52 65
Binary 10111001 1010100 1111001 0 110111 100011 11011 101010010 101010 110101

Color Harmonies of #B95479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95479

Black with #B95479

Text Example


Text Example

White with #B95479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95479; }

 p { color: rgb(185,84,121); }

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

background-color css

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

 a { background-color: rgb(185,84,121); }

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

border-color css

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

 span { border-color: rgb(185,84,121); }

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