Html Css Color HEX #B94C70 Royal Heath

📋 copy color: '#B94C70'

red 185 ◦ green 76 ◦ blue 112

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

Shades of Royal Heath #B94C70

Tints of Royal Heath #B94C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 49.6%
G = 20.38%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B94C70 (or 0xB94C70) is known color: Royal Heath. HEX triplet: B9, 4C and 70. RGB value is (185,76,112). Sum of RGB (Red+Green+Blue) = 185+76+112=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C70 is #46B38F. Grayscale: #707070. Windows color (decimal): -4633488 or 7359673. OLE color: 7359673.

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

Color convert

RGB 185 76 112 -
CMYK 0 0.59 0.39 0.27
HSL 340.18º 0.44% 0.51% -
HSV(B) 340.18º 0.59% 0.73% -
XYZ 25.52 16.65 17.2 -
YUV 112.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 185 76 112 0 0.59 0.39 0.27 340.18 0.44 0.51
Hex B9 4C 70 0 3B 27 1B 154 2C 33
Octal 271 114 160 0 73 47 33 524 54 63
Binary 10111001 1001100 1110000 0 111011 100111 11011 101010100 101100 110011

Color Harmonies of #B94C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C70

Black with #B94C70

Text Example


Text Example

White with #B94C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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