Html Css Color HEX #B8447F Royal Heath

📋 copy color: '#B8447F'

red 184 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #B8447F

Tints of Royal Heath #B8447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 48.55%
G = 17.94%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8447F (or 0xB8447F) is known color: Royal Heath. HEX triplet: B8, 44 and 7F. RGB value is (184,68,127). Sum of RGB (Red+Green+Blue) = 184+68+127=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8447F is #47BB80. Grayscale: #6D6D6D. Windows color (decimal): -4701057 or 8340664. OLE color: 8340664.

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

Color convert

RGB 184 68 127 -
CMYK 0 0.63 0.31 0.28
HSL 329.48º 0.46% 0.49% -
HSV(B) 329.48º 0.63% 0.72% -
XYZ 25.67 15.86 21.79 -
YUV 109.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 184 68 127 0 0.63 0.31 0.28 329.48 0.46 0.49
Hex B8 44 7F 0 3F 1F 1C 149 2E 31
Octal 270 104 177 0 77 37 34 511 56 61
Binary 10111000 1000100 1111111 0 111111 11111 11100 101001001 101110 110001

Color Harmonies of #B8447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8447F

Black with #B8447F

Text Example


Text Example

White with #B8447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8447F; }

 p { color: rgb(184,68,127); }

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

background-color css

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

 a { background-color: rgb(184,68,127); }

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

border-color css

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

 span { border-color: rgb(184,68,127); }

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