Html Css Color HEX #B94175 Royal Heath

📋 copy color: '#B94175'

red 185 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #B94175

Tints of Royal Heath #B94175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 50.41%
G = 17.71%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B94175 (or 0xB94175) is known color: Royal Heath. HEX triplet: B9, 41 and 75. RGB value is (185,65,117). Sum of RGB (Red+Green+Blue) = 185+65+117=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B94175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94175 is #46BE8A. Grayscale: #6A6A6A. Windows color (decimal): -4636299 or 7684537. OLE color: 7684537.

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

Color convert

RGB 185 65 117 -
CMYK 0 0.65 0.37 0.27
HSL 334º 0.48% 0.49% -
HSV(B) 334º 0.65% 0.73% -
XYZ 25.11 15.38 18.47 -
YUV 106.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 185 65 117 0 0.65 0.37 0.27 334 0.48 0.49
Hex B9 41 75 0 41 25 1B 14E 30 31
Octal 271 101 165 0 101 45 33 516 60 61
Binary 10111001 1000001 1110101 0 1000001 100101 11011 101001110 110000 110001

Color Harmonies of #B94175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94175

Black with #B94175

Text Example


Text Example

White with #B94175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94175; }

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

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

background-color css

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

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

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

border-color css

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

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

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