Html Css Color HEX #B8466F Royal Heath

📋 copy color: '#B8466F'

red 184 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #B8466F

Tints of Royal Heath #B8466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 50.41%
G = 19.18%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8466F (or 0xB8466F) is known color: Royal Heath. HEX triplet: B8, 46 and 6F. RGB value is (184,70,111). Sum of RGB (Red+Green+Blue) = 184+70+111=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8466F is #47B990. Grayscale: #6C6C6C. Windows color (decimal): -4700561 or 7292600. OLE color: 7292600.

HSL color Cylindrical-coordinate representation of color #B8466F: hue angle of 338.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8466F is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 111 -
CMYK 0 0.62 0.40 0.28
HSL 338.42º 0.45% 0.5% -
HSV(B) 338.42º 0.62% 0.72% -
XYZ 24.83 15.72 16.76 -
YUV 108.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 184 70 111 0 0.62 0.40 0.28 338.42 0.45 0.5
Hex B8 46 6F 0 3E 28 1C 152 2D 32
Octal 270 106 157 0 76 50 34 522 55 62
Binary 10111000 1000110 1101111 0 111110 101000 11100 101010010 101101 110010

Color Harmonies of #B8466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8466F

Black with #B8466F

Text Example


Text Example

White with #B8466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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