Html Css Color HEX #B84275 Royal Heath

📋 copy color: '#B84275'

red 184 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #B84275

Tints of Royal Heath #B84275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

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

R = 50.14%
G = 17.98%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84275 (or 0xB84275) is known color: Royal Heath. HEX triplet: B8, 42 and 75. RGB value is (184,66,117). Sum of RGB (Red+Green+Blue) = 184+66+117=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B84275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84275 is #47BD8A. Grayscale: #6B6B6B. Windows color (decimal): -4701579 or 7684792. OLE color: 7684792.

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

Color convert

RGB 184 66 117 -
CMYK 0 0.64 0.36 0.28
HSL 334.07º 0.47% 0.49% -
HSV(B) 334.07º 0.64% 0.72% -
XYZ 24.93 15.37 18.48 -
YUV 107.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 184 66 117 0 0.64 0.36 0.28 334.07 0.47 0.49
Hex B8 42 75 0 40 24 1C 14E 2F 31
Octal 270 102 165 0 100 44 34 516 57 61
Binary 10111000 1000010 1110101 0 1000000 100100 11100 101001110 101111 110001

Color Harmonies of #B84275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84275

Black with #B84275

Text Example


Text Example

White with #B84275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84275; }

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

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

background-color css

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

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

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

border-color css

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

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

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