Html Css Color HEX #B95474 Royal Heath

📋 copy color: '#B95474'

red 185 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #B95474

Tints of Royal Heath #B95474

RGB

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

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

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

R = 48.05%
G = 21.82%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B95474 (or 0xB95474) is known color: Royal Heath. HEX triplet: B9, 54 and 74. RGB value is (185,84,116). Sum of RGB (Red+Green+Blue) = 185+84+116=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B95474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95474 is #46AB8B. Grayscale: #757575. Windows color (decimal): -4631436 or 7623865. OLE color: 7623865.

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

Color convert

RGB 185 84 116 -
CMYK 0 0.55 0.37 0.27
HSL 340.99º 0.42% 0.53% -
HSV(B) 340.99º 0.55% 0.73% -
XYZ 26.33 17.92 18.59 -
YUV 117.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 185 84 116 0 0.55 0.37 0.27 340.99 0.42 0.53
Hex B9 54 74 0 37 25 1B 155 2A 35
Octal 271 124 164 0 67 45 33 525 52 65
Binary 10111001 1010100 1110100 0 110111 100101 11011 101010101 101010 110101

Color Harmonies of #B95474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95474

Black with #B95474

Text Example


Text Example

White with #B95474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95474; }

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

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

background-color css

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

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

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

border-color css

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

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

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