Html Css Color HEX #B94672 Royal Heath

📋 copy color: '#B94672'

red 185 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #B94672

Tints of Royal Heath #B94672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 50.14%
G = 18.97%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B94672 (or 0xB94672) is known color: Royal Heath. HEX triplet: B9, 46 and 72. RGB value is (185,70,114). Sum of RGB (Red+Green+Blue) = 185+70+114=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94672 is #46B98D. Grayscale: #6D6D6D. Windows color (decimal): -4635022 or 7489209. OLE color: 7489209.

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

Color convert

RGB 185 70 114 -
CMYK 0 0.62 0.38 0.27
HSL 337.04º 0.45% 0.5% -
HSV(B) 337.04º 0.62% 0.73% -
XYZ 25.24 15.91 17.66 -
YUV 109.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 185 70 114 0 0.62 0.38 0.27 337.04 0.45 0.5
Hex B9 46 72 0 3E 26 1B 151 2D 32
Octal 271 106 162 0 76 46 33 521 55 62
Binary 10111001 1000110 1110010 0 111110 100110 11011 101010001 101101 110010

Color Harmonies of #B94672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94672

Black with #B94672

Text Example


Text Example

White with #B94672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94672; }

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

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

background-color css

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

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

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

border-color css

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

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

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