Html Css Color HEX #B84175 Royal Heath

📋 copy color: '#B84175'

red 184 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #B84175

Tints of Royal Heath #B84175

RGB

 RED value IS 184 (72.27% from 255) = 50.27%

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

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

R = 50.27%
G = 17.76%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84175 (or 0xB84175) is known color: Royal Heath. HEX triplet: B8, 41 and 75. RGB value is (184,65,117). Sum of RGB (Red+Green+Blue) = 184+65+117=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B84175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84175 is #47BE8A. Grayscale: #6A6A6A. Windows color (decimal): -4701835 or 7684536. OLE color: 7684536.

HSL color Cylindrical-coordinate representation of color #B84175: hue angle of 333.78º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84175 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 117 -
CMYK 0 0.65 0.36 0.28
HSL 333.78º 0.48% 0.49% -
HSV(B) 333.78º 0.65% 0.72% -
XYZ 24.87 15.26 18.46 -
YUV 106.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 184 65 117 0 0.65 0.36 0.28 333.78 0.48 0.49
Hex B8 41 75 0 41 24 1C 14E 30 31
Octal 270 101 165 0 101 44 34 516 60 61
Binary 10111000 1000001 1110101 0 1000001 100100 11100 101001110 110000 110001

Color Harmonies of #B84175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84175

Black with #B84175

Text Example


Text Example

White with #B84175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84175; }

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

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

background-color css

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

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

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

border-color css

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

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

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