Html Css Color HEX #B94472 Royal Heath

📋 copy color: '#B94472'

red 185 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #B94472

Tints of Royal Heath #B94472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.53%

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

R = 50.41%
G = 18.53%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B94472 (or 0xB94472) is known color: Royal Heath. HEX triplet: B9, 44 and 72. RGB value is (185,68,114). Sum of RGB (Red+Green+Blue) = 185+68+114=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B94472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94472 is #46BB8D. Grayscale: #6C6C6C. Windows color (decimal): -4635534 or 7488697. OLE color: 7488697.

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

Color convert

RGB 185 68 114 -
CMYK 0 0.63 0.38 0.27
HSL 336.41º 0.46% 0.5% -
HSV(B) 336.41º 0.63% 0.73% -
XYZ 25.11 15.66 17.62 -
YUV 108.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 185 68 114 0 0.63 0.38 0.27 336.41 0.46 0.5
Hex B9 44 72 0 3F 26 1B 150 2E 32
Octal 271 104 162 0 77 46 33 520 56 62
Binary 10111001 1000100 1110010 0 111111 100110 11011 101010000 101110 110010

Color Harmonies of #B94472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94472

Black with #B94472

Text Example


Text Example

White with #B94472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94472; }

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

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

background-color css

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

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

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

border-color css

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

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

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