Html Css Color HEX #B94775 Royal Heath

📋 copy color: '#B94775'

red 185 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #B94775

Tints of Royal Heath #B94775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 49.6%
G = 19.03%
B = 31.37%

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

#B94775 (or 0xB94775) is known color: Royal Heath. HEX triplet: B9, 47 and 75. RGB value is (185,71,117). Sum of RGB (Red+Green+Blue) = 185+71+117=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94775 is #46B88A. Grayscale: #6E6E6E. Windows color (decimal): -4634763 or 7686073. OLE color: 7686073.

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

Color convert

RGB 185 71 117 -
CMYK 0 0.62 0.37 0.27
HSL 335.79º 0.45% 0.5% -
HSV(B) 335.79º 0.62% 0.73% -
XYZ 25.47 16.11 18.6 -
YUV 110.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 185 71 117 0 0.62 0.37 0.27 335.79 0.45 0.5
Hex B9 47 75 0 3E 25 1B 150 2D 32
Octal 271 107 165 0 76 45 33 520 55 62
Binary 10111001 1000111 1110101 0 111110 100101 11011 101010000 101101 110010

Color Harmonies of #B94775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94775

Black with #B94775

Text Example


Text Example

White with #B94775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94775; }

 p { color: rgb(185,71,117); }

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

background-color css

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

 a { background-color: rgb(185,71,117); }

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

border-color css

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

 span { border-color: rgb(185,71,117); }

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