Html Css Color HEX #B94C7D Royal Heath

📋 copy color: '#B94C7D'

red 185 ◦ green 76 ◦ blue 125

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

Shades of Royal Heath #B94C7D

Tints of Royal Heath #B94C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 47.93%
G = 19.69%
B = 32.38%

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

#B94C7D (or 0xB94C7D) is known color: Royal Heath. HEX triplet: B9, 4C and 7D. RGB value is (185,76,125). Sum of RGB (Red+Green+Blue) = 185+76+125=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C7D is #46B382. Grayscale: #727272. Windows color (decimal): -4633475 or 8211641. OLE color: 8211641.

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

Color convert

RGB 185 76 125 -
CMYK 0 0.59 0.32 0.27
HSL 333.03º 0.44% 0.51% -
HSV(B) 333.03º 0.59% 0.73% -
XYZ 26.29 16.96 21.29 -
YUV 114.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 185 76 125 0 0.59 0.32 0.27 333.03 0.44 0.51
Hex B9 4C 7D 0 3B 20 1B 14D 2C 33
Octal 271 114 175 0 73 40 33 515 54 63
Binary 10111001 1001100 1111101 0 111011 100000 11011 101001101 101100 110011

Color Harmonies of #B94C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C7D

Black with #B94C7D

Text Example


Text Example

White with #B94C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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