Html Css Color HEX #B94C72 Royal Heath

📋 copy color: '#B94C72'

red 185 ◦ green 76 ◦ blue 114

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

Shades of Royal Heath #B94C72

Tints of Royal Heath #B94C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 49.33%
G = 20.27%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B94C72 (or 0xB94C72) is known color: Royal Heath. HEX triplet: B9, 4C and 72. RGB value is (185,76,114). Sum of RGB (Red+Green+Blue) = 185+76+114=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C72 is #46B38D. Grayscale: #707070. Windows color (decimal): -4633486 or 7490745. OLE color: 7490745.

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

Color convert

RGB 185 76 114 -
CMYK 0 0.59 0.38 0.27
HSL 339.08º 0.44% 0.51% -
HSV(B) 339.08º 0.59% 0.73% -
XYZ 25.63 16.7 17.79 -
YUV 112.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 185 76 114 0 0.59 0.38 0.27 339.08 0.44 0.51
Hex B9 4C 72 0 3B 26 1B 153 2C 33
Octal 271 114 162 0 73 46 33 523 54 63
Binary 10111001 1001100 1110010 0 111011 100110 11011 101010011 101100 110011

Color Harmonies of #B94C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C72

Black with #B94C72

Text Example


Text Example

White with #B94C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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