Html Css Color HEX #B84270 Royal Heath

📋 copy color: '#B84270'

red 184 ◦ green 66 ◦ blue 112

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

Shades of Royal Heath #B84270

Tints of Royal Heath #B84270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 50.83%
G = 18.23%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B84270 (or 0xB84270) is known color: Royal Heath. HEX triplet: B8, 42 and 70. RGB value is (184,66,112). Sum of RGB (Red+Green+Blue) = 184+66+112=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B84270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84270 is #47BD8F. Grayscale: #6A6A6A. Windows color (decimal): -4701584 or 7357112. OLE color: 7357112.

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

Color convert

RGB 184 66 112 -
CMYK 0 0.64 0.39 0.28
HSL 336.61º 0.47% 0.49% -
HSV(B) 336.61º 0.64% 0.72% -
XYZ 24.64 15.26 16.98 -
YUV 106.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 184 66 112 0 0.64 0.39 0.28 336.61 0.47 0.49
Hex B8 42 70 0 40 27 1C 151 2F 31
Octal 270 102 160 0 100 47 34 521 57 61
Binary 10111000 1000010 1110000 0 1000000 100111 11100 101010001 101111 110001

Color Harmonies of #B84270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84270

Black with #B84270

Text Example


Text Example

White with #B84270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84270; }

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

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

background-color css

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

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

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

border-color css

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

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

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