Html Css Color HEX #B04D72 Royal Heath

📋 copy color: '#B04D72'

red 176 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #B04D72

Tints of Royal Heath #B04D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 47.96%
G = 20.98%
B = 31.06%

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

#B04D72 (or 0xB04D72) is known color: Royal Heath. HEX triplet: B0, 4D and 72. RGB value is (176,77,114). Sum of RGB (Red+Green+Blue) = 176+77+114=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D72 is #4FB28D. Grayscale: #6E6E6E. Windows color (decimal): -5223054 or 7490992. OLE color: 7490992.

HSL color Cylindrical-coordinate representation of color #B04D72: hue angle of 337.58º 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 #B04D72 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 77 114 -
CMYK 0 0.56 0.35 0.31
HSL 337.58º 0.39% 0.5% -
HSV(B) 337.58º 0.56% 0.69% -
XYZ 23.6 15.75 17.72 -
YUV 110.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 176 77 114 0 0.56 0.35 0.31 337.58 0.39 0.5
Hex B0 4D 72 0 38 23 1F 152 27 32
Octal 260 115 162 0 70 43 37 522 47 62
Binary 10110000 1001101 1110010 0 111000 100011 11111 101010010 100111 110010

Color Harmonies of #B04D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D72

Black with #B04D72

Text Example


Text Example

White with #B04D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D72; }

 p { color: rgb(176,77,114); }

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

background-color css

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

 a { background-color: rgb(176,77,114); }

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

border-color css

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

 span { border-color: rgb(176,77,114); }

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