Html Css Color HEX #B8447A Royal Heath

📋 copy color: '#B8447A'

red 184 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #B8447A

Tints of Royal Heath #B8447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 49.2%
G = 18.18%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8447A (or 0xB8447A) is known color: Royal Heath. HEX triplet: B8, 44 and 7A. RGB value is (184,68,122). Sum of RGB (Red+Green+Blue) = 184+68+122=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8447A is #47BB85. Grayscale: #6C6C6C. Windows color (decimal): -4701062 or 8012984. OLE color: 8012984.

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

Color convert

RGB 184 68 122 -
CMYK 0 0.63 0.34 0.28
HSL 332.07º 0.46% 0.49% -
HSV(B) 332.07º 0.63% 0.72% -
XYZ 25.35 15.73 20.11 -
YUV 108.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 184 68 122 0 0.63 0.34 0.28 332.07 0.46 0.49
Hex B8 44 7A 0 3F 22 1C 14C 2E 31
Octal 270 104 172 0 77 42 34 514 56 61
Binary 10111000 1000100 1111010 0 111111 100010 11100 101001100 101110 110001

Color Harmonies of #B8447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8447A

Black with #B8447A

Text Example


Text Example

White with #B8447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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