Html Css Color HEX #B94271 Royal Heath

📋 copy color: '#B94271'

red 185 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B94271

Tints of Royal Heath #B94271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 50.82%
G = 18.13%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B94271 (or 0xB94271) is known color: Royal Heath. HEX triplet: B9, 42 and 71. RGB value is (185,66,113). Sum of RGB (Red+Green+Blue) = 185+66+113=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B94271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94271 is #46BD8E. Grayscale: #6A6A6A. Windows color (decimal): -4636047 or 7422649. OLE color: 7422649.

HSL color Cylindrical-coordinate representation of color #B94271: hue angle of 336.3º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94271 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 113 -
CMYK 0 0.64 0.39 0.27
HSL 336.3º 0.47% 0.49% -
HSV(B) 336.3º 0.64% 0.73% -
XYZ 24.94 15.4 17.28 -
YUV 106.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 185 66 113 0 0.64 0.39 0.27 336.3 0.47 0.49
Hex B9 42 71 0 40 27 1B 150 2F 31
Octal 271 102 161 0 100 47 33 520 57 61
Binary 10111001 1000010 1110001 0 1000000 100111 11011 101010000 101111 110001

Color Harmonies of #B94271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94271

Black with #B94271

Text Example


Text Example

White with #B94271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94271; }

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

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

background-color css

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

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

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

border-color css

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

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

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