Html Css Color HEX #B84575 Royal Heath

📋 copy color: '#B84575'

red 184 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #B84575

Tints of Royal Heath #B84575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

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

R = 49.73%
G = 18.65%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84575 (or 0xB84575) is known color: Royal Heath. HEX triplet: B8, 45 and 75. RGB value is (184,69,117). Sum of RGB (Red+Green+Blue) = 184+69+117=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B84575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84575 is #47BA8A. Grayscale: #6C6C6C. Windows color (decimal): -4700811 or 7685560. OLE color: 7685560.

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

Color convert

RGB 184 69 117 -
CMYK 0 0.62 0.36 0.28
HSL 334.96º 0.45% 0.5% -
HSV(B) 334.96º 0.63% 0.72% -
XYZ 25.11 15.73 18.54 -
YUV 108.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 184 69 117 0 0.62 0.36 0.28 334.96 0.45 0.5
Hex B8 45 75 0 3E 24 1C 14F 2D 32
Octal 270 105 165 0 76 44 34 517 55 62
Binary 10111000 1000101 1110101 0 111110 100100 11100 101001111 101101 110010

Color Harmonies of #B84575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84575

Black with #B84575

Text Example


Text Example

White with #B84575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84575; }

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

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

background-color css

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

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

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

border-color css

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

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

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