Html Css Color HEX #B94A76 Royal Heath

📋 copy color: '#B94A76'

red 185 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #B94A76

Tints of Royal Heath #B94A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 49.07%
G = 19.63%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B94A76 (or 0xB94A76) is known color: Royal Heath. HEX triplet: B9, 4A and 76. RGB value is (185,74,118). Sum of RGB (Red+Green+Blue) = 185+74+118=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A76 is #46B589. Grayscale: #707070. Windows color (decimal): -4633994 or 7752377. OLE color: 7752377.

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

Color convert

RGB 185 74 118 -
CMYK 0 0.6 0.36 0.27
HSL 336.22º 0.44% 0.51% -
HSV(B) 336.22º 0.6% 0.73% -
XYZ 25.73 16.52 18.97 -
YUV 112.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 185 74 118 0 0.6 0.36 0.27 336.22 0.44 0.51
Hex B9 4A 76 0 3C 24 1B 150 2C 33
Octal 271 112 166 0 74 44 33 520 54 63
Binary 10111001 1001010 1110110 0 111100 100100 11011 101010000 101100 110011

Color Harmonies of #B94A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A76

Black with #B94A76

Text Example


Text Example

White with #B94A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A76; }

 p { color: rgb(185,74,118); }

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

background-color css

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

 a { background-color: rgb(185,74,118); }

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

border-color css

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

 span { border-color: rgb(185,74,118); }

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