Html Css Color HEX #B94E7D Royal Heath

📋 copy color: '#B94E7D'

red 185 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #B94E7D

Tints of Royal Heath #B94E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.1%

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

R = 47.68%
G = 20.1%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B94E7D (or 0xB94E7D) is known color: Royal Heath. HEX triplet: B9, 4E and 7D. RGB value is (185,78,125). Sum of RGB (Red+Green+Blue) = 185+78+125=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E7D is #46B182. Grayscale: #737373. Windows color (decimal): -4632963 or 8212153. OLE color: 8212153.

HSL color Cylindrical-coordinate representation of color #B94E7D: hue angle of 333.64º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E7D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 125 -
CMYK 0 0.58 0.32 0.27
HSL 333.64º 0.43% 0.52% -
HSV(B) 333.64º 0.58% 0.73% -
XYZ 26.43 17.24 21.34 -
YUV 115.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 185 78 125 0 0.58 0.32 0.27 333.64 0.43 0.52
Hex B9 4E 7D 0 3A 20 1B 14E 2B 34
Octal 271 116 175 0 72 40 33 516 53 64
Binary 10111001 1001110 1111101 0 111010 100000 11011 101001110 101011 110100

Color Harmonies of #B94E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E7D

Black with #B94E7D

Text Example


Text Example

White with #B94E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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