Html Css Color HEX #B8476C Royal Heath

📋 copy color: '#B8476C'

red 184 ◦ green 71 ◦ blue 108

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

Shades of Royal Heath #B8476C

Tints of Royal Heath #B8476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 50.69%
G = 19.56%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8476C (or 0xB8476C) is known color: Royal Heath. HEX triplet: B8, 47 and 6C. RGB value is (184,71,108). Sum of RGB (Red+Green+Blue) = 184+71+108=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8476C is #47B893. Grayscale: #6C6C6C. Windows color (decimal): -4700308 or 7096248. OLE color: 7096248.

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

Color convert

RGB 184 71 108 -
CMYK 0 0.61 0.41 0.28
HSL 340.35º 0.44% 0.5% -
HSV(B) 340.35º 0.61% 0.72% -
XYZ 24.73 15.78 15.93 -
YUV 109.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 184 71 108 0 0.61 0.41 0.28 340.35 0.44 0.5
Hex B8 47 6C 0 3D 29 1C 154 2C 32
Octal 270 107 154 0 75 51 34 524 54 62
Binary 10111000 1000111 1101100 0 111101 101001 11100 101010100 101100 110010

Color Harmonies of #B8476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8476C

Black with #B8476C

Text Example


Text Example

White with #B8476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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