Html Css Color HEX #B84975 Royal Heath

📋 copy color: '#B84975'

red 184 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #B84975

Tints of Royal Heath #B84975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 49.2%
G = 19.52%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84975 (or 0xB84975) is known color: Royal Heath. HEX triplet: B8, 49 and 75. RGB value is (184,73,117). Sum of RGB (Red+Green+Blue) = 184+73+117=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B84975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84975 is #47B68A. Grayscale: #6F6F6F. Windows color (decimal): -4699787 or 7686584. OLE color: 7686584.

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

Color convert

RGB 184 73 117 -
CMYK 0 0.60 0.36 0.28
HSL 336.22º 0.44% 0.5% -
HSV(B) 336.22º 0.6% 0.72% -
XYZ 25.36 16.24 18.63 -
YUV 111.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 184 73 117 0 0.60 0.36 0.28 336.22 0.44 0.5
Hex B8 49 75 0 3C 24 1C 150 2C 32
Octal 270 111 165 0 74 44 34 520 54 62
Binary 10111000 1001001 1110101 0 111100 100100 11100 101010000 101100 110010

Color Harmonies of #B84975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84975

Black with #B84975

Text Example


Text Example

White with #B84975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84975; }

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

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

background-color css

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

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

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

border-color css

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

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

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