Html Css Color HEX #B94971 Royal Heath

📋 copy color: '#B94971'

red 185 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #B94971

Tints of Royal Heath #B94971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 49.87%
G = 19.68%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B94971 (or 0xB94971) is known color: Royal Heath. HEX triplet: B9, 49 and 71. RGB value is (185,73,113). Sum of RGB (Red+Green+Blue) = 185+73+113=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B94971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94971 is #46B68E. Grayscale: #6F6F6F. Windows color (decimal): -4634255 or 7424441. OLE color: 7424441.

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

Color convert

RGB 185 73 113 -
CMYK 0 0.61 0.39 0.27
HSL 338.57º 0.44% 0.51% -
HSV(B) 338.57º 0.61% 0.73% -
XYZ 25.37 16.27 17.43 -
YUV 111.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 185 73 113 0 0.61 0.39 0.27 338.57 0.44 0.51
Hex B9 49 71 0 3D 27 1B 153 2C 33
Octal 271 111 161 0 75 47 33 523 54 63
Binary 10111001 1001001 1110001 0 111101 100111 11011 101010011 101100 110011

Color Harmonies of #B94971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94971

Black with #B94971

Text Example


Text Example

White with #B94971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94971; }

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

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

background-color css

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

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

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

border-color css

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

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

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