Html Css Color HEX #B84875 Royal Heath

📋 copy color: '#B84875'

red 184 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #B84875

Tints of Royal Heath #B84875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

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

R = 49.33%
G = 19.3%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84875 (or 0xB84875) is known color: Royal Heath. HEX triplet: B8, 48 and 75. RGB value is (184,72,117). Sum of RGB (Red+Green+Blue) = 184+72+117=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B84875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84875 is #47B78A. Grayscale: #6E6E6E. Windows color (decimal): -4700043 or 7686328. OLE color: 7686328.

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

Color convert

RGB 184 72 117 -
CMYK 0 0.61 0.36 0.28
HSL 335.89º 0.44% 0.5% -
HSV(B) 335.89º 0.61% 0.72% -
XYZ 25.3 16.11 18.61 -
YUV 110.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 184 72 117 0 0.61 0.36 0.28 335.89 0.44 0.5
Hex B8 48 75 0 3D 24 1C 150 2C 32
Octal 270 110 165 0 75 44 34 520 54 62
Binary 10111000 1001000 1110101 0 111101 100100 11100 101010000 101100 110010

Color Harmonies of #B84875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84875

Black with #B84875

Text Example


Text Example

White with #B84875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84875; }

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

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

background-color css

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

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

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

border-color css

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

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

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