Html Css Color HEX #B8446F Royal Heath

📋 copy color: '#B8446F'

red 184 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #B8446F

Tints of Royal Heath #B8446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 50.69%
G = 18.73%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8446F (or 0xB8446F) is known color: Royal Heath. HEX triplet: B8, 44 and 6F. RGB value is (184,68,111). Sum of RGB (Red+Green+Blue) = 184+68+111=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8446F is #47BB90. Grayscale: #6B6B6B. Windows color (decimal): -4701073 or 7292088. OLE color: 7292088.

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

Color convert

RGB 184 68 111 -
CMYK 0 0.63 0.40 0.28
HSL 337.76º 0.46% 0.49% -
HSV(B) 337.76º 0.63% 0.72% -
XYZ 24.7 15.47 16.72 -
YUV 107.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 184 68 111 0 0.63 0.40 0.28 337.76 0.46 0.49
Hex B8 44 6F 0 3F 28 1C 152 2E 31
Octal 270 104 157 0 77 50 34 522 56 61
Binary 10111000 1000100 1101111 0 111111 101000 11100 101010010 101110 110001

Color Harmonies of #B8446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8446F

Black with #B8446F

Text Example


Text Example

White with #B8446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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