Html Css Color HEX #B04D6E Royal Heath

📋 copy color: '#B04D6E'

red 176 ◦ green 77 ◦ blue 110

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

Shades of Royal Heath #B04D6E

Tints of Royal Heath #B04D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 48.48%
G = 21.21%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B04D6E (or 0xB04D6E) is known color: Royal Heath. HEX triplet: B0, 4D and 6E. RGB value is (176,77,110). Sum of RGB (Red+Green+Blue) = 176+77+110=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D6E is #4FB291. Grayscale: #6E6E6E. Windows color (decimal): -5223058 or 7228848. OLE color: 7228848.

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

Color convert

RGB 176 77 110 -
CMYK 0 0.56 0.37 0.31
HSL 340º 0.39% 0.5% -
HSV(B) 340º 0.56% 0.69% -
XYZ 23.37 15.66 16.54 -
YUV 110.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 176 77 110 0 0.56 0.37 0.31 340 0.39 0.5
Hex B0 4D 6E 0 38 25 1F 154 27 32
Octal 260 115 156 0 70 45 37 524 47 62
Binary 10110000 1001101 1101110 0 111000 100101 11111 101010100 100111 110010

Color Harmonies of #B04D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D6E

Black with #B04D6E

Text Example


Text Example

White with #B04D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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