Html Css Color HEX #B94A80 Royal Heath

📋 copy color: '#B94A80'

red 185 ◦ green 74 ◦ blue 128

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

Shades of Royal Heath #B94A80

Tints of Royal Heath #B94A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

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

R = 47.8%
G = 19.12%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B94A80 (or 0xB94A80) is known color: Royal Heath. HEX triplet: B9, 4A and 80. RGB value is (185,74,128). Sum of RGB (Red+Green+Blue) = 185+74+128=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A80 is #46B57F. Grayscale: #717171. Windows color (decimal): -4633984 or 8407737. OLE color: 8407737.

HSL color Cylindrical-coordinate representation of color #B94A80: hue angle of 330.81º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A80 is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 128 -
CMYK 0 0.6 0.31 0.27
HSL 330.81º 0.44% 0.51% -
HSV(B) 330.81º 0.6% 0.73% -
XYZ 26.35 16.77 22.27 -
YUV 113.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 185 74 128 0 0.6 0.31 0.27 330.81 0.44 0.51
Hex B9 4A 80 0 3C 1F 1B 14B 2C 33
Octal 271 112 200 0 74 37 33 513 54 63
Binary 10111001 1001010 10000000 0 111100 11111 11011 101001011 101100 110011

Color Harmonies of #B94A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A80

Black with #B94A80

Text Example


Text Example

White with #B94A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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