Html Css Color HEX #B94C7E Royal Heath

📋 copy color: '#B94C7E'

red 185 ◦ green 76 ◦ blue 126

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

Shades of Royal Heath #B94C7E

Tints of Royal Heath #B94C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 47.8%
G = 19.64%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B94C7E (or 0xB94C7E) is known color: Royal Heath. HEX triplet: B9, 4C and 7E. RGB value is (185,76,126). Sum of RGB (Red+Green+Blue) = 185+76+126=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C7E is #46B381. Grayscale: #727272. Windows color (decimal): -4633474 or 8277177. OLE color: 8277177.

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

Color convert

RGB 185 76 126 -
CMYK 0 0.59 0.32 0.27
HSL 332.48º 0.44% 0.51% -
HSV(B) 332.48º 0.59% 0.73% -
XYZ 26.36 16.99 21.63 -
YUV 114.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 185 76 126 0 0.59 0.32 0.27 332.48 0.44 0.51
Hex B9 4C 7E 0 3B 20 1B 14C 2C 33
Octal 271 114 176 0 73 40 33 514 54 63
Binary 10111001 1001100 1111110 0 111011 100000 11011 101001100 101100 110011

Color Harmonies of #B94C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C7E

Black with #B94C7E

Text Example


Text Example

White with #B94C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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