Html Css Color HEX #B8447E Royal Heath

📋 copy color: '#B8447E'

red 184 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #B8447E

Tints of Royal Heath #B8447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 48.68%
G = 17.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8447E (or 0xB8447E) is known color: Royal Heath. HEX triplet: B8, 44 and 7E. RGB value is (184,68,126). Sum of RGB (Red+Green+Blue) = 184+68+126=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8447E is #47BB81. Grayscale: #6D6D6D. Windows color (decimal): -4701058 or 8275128. OLE color: 8275128.

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

Color convert

RGB 184 68 126 -
CMYK 0 0.63 0.32 0.28
HSL 330º 0.46% 0.49% -
HSV(B) 330º 0.63% 0.72% -
XYZ 25.6 15.83 21.45 -
YUV 109.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 184 68 126 0 0.63 0.32 0.28 330 0.46 0.49
Hex B8 44 7E 0 3F 20 1C 14A 2E 31
Octal 270 104 176 0 77 40 34 512 56 61
Binary 10111000 1000100 1111110 0 111111 100000 11100 101001010 101110 110001

Color Harmonies of #B8447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8447E

Black with #B8447E

Text Example


Text Example

White with #B8447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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