Html Css Color HEX #B84675 Royal Heath

📋 copy color: '#B84675'

red 184 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #B84675

Tints of Royal Heath #B84675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 49.6%
G = 18.87%
B = 31.54%

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

#B84675 (or 0xB84675) is known color: Royal Heath. HEX triplet: B8, 46 and 75. RGB value is (184,70,117). Sum of RGB (Red+Green+Blue) = 184+70+117=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B84675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84675 is #47B98A. Grayscale: #6D6D6D. Windows color (decimal): -4700555 or 7685816. OLE color: 7685816.

HSL color Cylindrical-coordinate representation of color #B84675: hue angle of 335.26º 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 #B84675 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 117 -
CMYK 0 0.62 0.36 0.28
HSL 335.26º 0.45% 0.5% -
HSV(B) 335.26º 0.62% 0.72% -
XYZ 25.17 15.86 18.56 -
YUV 109.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 184 70 117 0 0.62 0.36 0.28 335.26 0.45 0.5
Hex B8 46 75 0 3E 24 1C 14F 2D 32
Octal 270 106 165 0 76 44 34 517 55 62
Binary 10111000 1000110 1110101 0 111110 100100 11100 101001111 101101 110010

Color Harmonies of #B84675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84675

Black with #B84675

Text Example


Text Example

White with #B84675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84675; }

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

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

background-color css

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

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

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

border-color css

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

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

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