Html Css Color HEX #B94071 Royal Heath

📋 copy color: '#B94071'

red 185 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #B94071

Tints of Royal Heath #B94071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 51.1%
G = 17.68%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B94071 (or 0xB94071) is known color: Royal Heath. HEX triplet: B9, 40 and 71. RGB value is (185,64,113). Sum of RGB (Red+Green+Blue) = 185+64+113=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B94071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94071 is #46BF8E. Grayscale: #696969. Windows color (decimal): -4636559 or 7422137. OLE color: 7422137.

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

Color convert

RGB 185 64 113 -
CMYK 0 0.65 0.39 0.27
HSL 335.7º 0.49% 0.49% -
HSV(B) 335.7º 0.65% 0.73% -
XYZ 24.82 15.17 17.24 -
YUV 105.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 185 64 113 0 0.65 0.39 0.27 335.7 0.49 0.49
Hex B9 40 71 0 41 27 1B 150 31 31
Octal 271 100 161 0 101 47 33 520 61 61
Binary 10111001 1000000 1110001 0 1000001 100111 11011 101010000 110001 110001

Color Harmonies of #B94071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94071

Black with #B94071

Text Example


Text Example

White with #B94071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94071; }

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

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

background-color css

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

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

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

border-color css

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

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

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