Html Css Color HEX #B94974 Royal Heath

📋 copy color: '#B94974'

red 185 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #B94974

Tints of Royal Heath #B94974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 49.47%
G = 19.52%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B94974 (or 0xB94974) is known color: Royal Heath. HEX triplet: B9, 49 and 74. RGB value is (185,73,116). Sum of RGB (Red+Green+Blue) = 185+73+116=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B94974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94974 is #46B68B. Grayscale: #6F6F6F. Windows color (decimal): -4634252 or 7621049. OLE color: 7621049.

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

Color convert

RGB 185 73 116 -
CMYK 0 0.61 0.37 0.27
HSL 336.96º 0.44% 0.51% -
HSV(B) 336.96º 0.61% 0.73% -
XYZ 25.54 16.34 18.33 -
YUV 111.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 185 73 116 0 0.61 0.37 0.27 336.96 0.44 0.51
Hex B9 49 74 0 3D 25 1B 151 2C 33
Octal 271 111 164 0 75 45 33 521 54 63
Binary 10111001 1001001 1110100 0 111101 100101 11011 101010001 101100 110011

Color Harmonies of #B94974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94974

Black with #B94974

Text Example


Text Example

White with #B94974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94974; }

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

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

background-color css

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

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

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

border-color css

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

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

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