Html Css Color HEX #B94674 Royal Heath

📋 copy color: '#B94674'

red 185 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #B94674

Tints of Royal Heath #B94674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 49.87%
G = 18.87%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B94674 (or 0xB94674) is known color: Royal Heath. HEX triplet: B9, 46 and 74. RGB value is (185,70,116). Sum of RGB (Red+Green+Blue) = 185+70+116=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B94674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94674 is #46B98B. Grayscale: #6D6D6D. Windows color (decimal): -4635020 or 7620281. OLE color: 7620281.

HSL color Cylindrical-coordinate representation of color #B94674: hue angle of 336º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94674 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 116 -
CMYK 0 0.62 0.37 0.27
HSL 336º 0.45% 0.5% -
HSV(B) 336º 0.62% 0.73% -
XYZ 25.35 15.96 18.27 -
YUV 109.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 185 70 116 0 0.62 0.37 0.27 336 0.45 0.5
Hex B9 46 74 0 3E 25 1B 150 2D 32
Octal 271 106 164 0 76 45 33 520 55 62
Binary 10111001 1000110 1110100 0 111110 100101 11011 101010000 101101 110010

Color Harmonies of #B94674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94674

Black with #B94674

Text Example


Text Example

White with #B94674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94674; }

 p { color: rgb(185,70,116); }

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

background-color css

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

 a { background-color: rgb(185,70,116); }

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

border-color css

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

 span { border-color: rgb(185,70,116); }

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