Html Css Color HEX #B8477B Royal Heath

📋 copy color: '#B8477B'

red 184 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B8477B

Tints of Royal Heath #B8477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 48.68%
G = 18.78%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8477B (or 0xB8477B) is known color: Royal Heath. HEX triplet: B8, 47 and 7B. RGB value is (184,71,123). Sum of RGB (Red+Green+Blue) = 184+71+123=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8477B is #47B884. Grayscale: #6E6E6E. Windows color (decimal): -4700293 or 8079288. OLE color: 8079288.

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

Color convert

RGB 184 71 123 -
CMYK 0 0.61 0.33 0.28
HSL 332.39º 0.44% 0.5% -
HSV(B) 332.39º 0.61% 0.72% -
XYZ 25.6 16.13 20.5 -
YUV 110.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 184 71 123 0 0.61 0.33 0.28 332.39 0.44 0.5
Hex B8 47 7B 0 3D 21 1C 14C 2C 32
Octal 270 107 173 0 75 41 34 514 54 62
Binary 10111000 1000111 1111011 0 111101 100001 11100 101001100 101100 110010

Color Harmonies of #B8477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8477B

Black with #B8477B

Text Example


Text Example

White with #B8477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8477B; }

 p { color: rgb(184,71,123); }

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

background-color css

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

 a { background-color: rgb(184,71,123); }

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

border-color css

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

 span { border-color: rgb(184,71,123); }

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