Html Css Color HEX #B94772 Royal Heath

📋 copy color: '#B94772'

red 185 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #B94772

Tints of Royal Heath #B94772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 50%
G = 19.19%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B94772 (or 0xB94772) is known color: Royal Heath. HEX triplet: B9, 47 and 72. RGB value is (185,71,114). Sum of RGB (Red+Green+Blue) = 185+71+114=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94772 is #46B88D. Grayscale: #6D6D6D. Windows color (decimal): -4634766 or 7489465. OLE color: 7489465.

HSL color Cylindrical-coordinate representation of color #B94772: hue angle of 337.37º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94772 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 114 -
CMYK 0 0.62 0.38 0.27
HSL 337.37º 0.45% 0.5% -
HSV(B) 337.37º 0.62% 0.73% -
XYZ 25.3 16.04 17.68 -
YUV 109.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 185 71 114 0 0.62 0.38 0.27 337.37 0.45 0.5
Hex B9 47 72 0 3E 26 1B 151 2D 32
Octal 271 107 162 0 76 46 33 521 55 62
Binary 10111001 1000111 1110010 0 111110 100110 11011 101010001 101101 110010

Color Harmonies of #B94772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94772

Black with #B94772

Text Example


Text Example

White with #B94772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94772; }

 p { color: rgb(185,71,114); }

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

background-color css

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

 a { background-color: rgb(185,71,114); }

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

border-color css

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

 span { border-color: rgb(185,71,114); }

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