Html Css Color HEX #B04E73 Royal Heath

📋 copy color: '#B04E73'

red 176 ◦ green 78 ◦ blue 115

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

Shades of Royal Heath #B04E73

Tints of Royal Heath #B04E73

RGB

 RED value IS 176 (69.14% from 255) = 47.7%

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 47.7%
G = 21.14%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B04E73 (or 0xB04E73) is known color: Royal Heath. HEX triplet: B0, 4E and 73. RGB value is (176,78,115). Sum of RGB (Red+Green+Blue) = 176+78+115=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E73 is #4FB18C. Grayscale: #6F6F6F. Windows color (decimal): -5222797 or 7556784. OLE color: 7556784.

HSL color Cylindrical-coordinate representation of color #B04E73: hue angle of 337.35º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E73 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 115 -
CMYK 0 0.56 0.35 0.31
HSL 337.35º 0.39% 0.5% -
HSV(B) 337.35º 0.56% 0.69% -
XYZ 23.72 15.92 18.04 -
YUV 111.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 176 78 115 0 0.56 0.35 0.31 337.35 0.39 0.5
Hex B0 4E 73 0 38 23 1F 151 27 32
Octal 260 116 163 0 70 43 37 521 47 62
Binary 10110000 1001110 1110011 0 111000 100011 11111 101010001 100111 110010

Color Harmonies of #B04E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E73

Black with #B04E73

Text Example


Text Example

White with #B04E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E73; }

 p { color: rgb(176,78,115); }

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

background-color css

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

 a { background-color: rgb(176,78,115); }

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

border-color css

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

 span { border-color: rgb(176,78,115); }

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