Html Css Color HEX #B94671 Royal Heath

📋 copy color: '#B94671'

red 185 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #B94671

Tints of Royal Heath #B94671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 50.27%
G = 19.02%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B94671 (or 0xB94671) is known color: Royal Heath. HEX triplet: B9, 46 and 71. RGB value is (185,70,113). Sum of RGB (Red+Green+Blue) = 185+70+113=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94671 is #46B98E. Grayscale: #6D6D6D. Windows color (decimal): -4635023 or 7423673. OLE color: 7423673.

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

Color convert

RGB 185 70 113 -
CMYK 0 0.62 0.39 0.27
HSL 337.57º 0.45% 0.5% -
HSV(B) 337.57º 0.62% 0.73% -
XYZ 25.18 15.89 17.36 -
YUV 109.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 185 70 113 0 0.62 0.39 0.27 337.57 0.45 0.5
Hex B9 46 71 0 3E 27 1B 152 2D 32
Octal 271 106 161 0 76 47 33 522 55 62
Binary 10111001 1000110 1110001 0 111110 100111 11011 101010010 101101 110010

Color Harmonies of #B94671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94671

Black with #B94671

Text Example


Text Example

White with #B94671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94671; }

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

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

background-color css

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

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

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

border-color css

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

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

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