Html Css Color HEX #B94872 Royal Heath

📋 copy color: '#B94872'

red 185 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #B94872

Tints of Royal Heath #B94872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 49.87%
G = 19.41%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B94872 (or 0xB94872) is known color: Royal Heath. HEX triplet: B9, 48 and 72. RGB value is (185,72,114). Sum of RGB (Red+Green+Blue) = 185+72+114=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B94872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94872 is #46B78D. Grayscale: #6E6E6E. Windows color (decimal): -4634510 or 7489721. OLE color: 7489721.

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

Color convert

RGB 185 72 114 -
CMYK 0 0.61 0.38 0.27
HSL 337.7º 0.45% 0.5% -
HSV(B) 337.7º 0.61% 0.73% -
XYZ 25.36 16.16 17.7 -
YUV 110.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 185 72 114 0 0.61 0.38 0.27 337.7 0.45 0.5
Hex B9 48 72 0 3D 26 1B 152 2D 32
Octal 271 110 162 0 75 46 33 522 55 62
Binary 10111001 1001000 1110010 0 111101 100110 11011 101010010 101101 110010

Color Harmonies of #B94872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94872

Black with #B94872

Text Example


Text Example

White with #B94872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94872; }

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

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

background-color css

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

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

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

border-color css

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

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

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