Html Css Color HEX #B04577 Royal Heath

📋 copy color: '#B04577'

red 176 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #B04577

Tints of Royal Heath #B04577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.96%

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 48.35%
G = 18.96%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B04577 (or 0xB04577) is known color: Royal Heath. HEX triplet: B0, 45 and 77. RGB value is (176,69,119). Sum of RGB (Red+Green+Blue) = 176+69+119=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B04577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04577 is #4FBA88. Grayscale: #6A6A6A. Windows color (decimal): -5225097 or 7816624. OLE color: 7816624.

HSL color Cylindrical-coordinate representation of color #B04577: hue angle of 331.96º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04577 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 119 -
CMYK 0 0.61 0.32 0.31
HSL 331.96º 0.44% 0.48% -
HSV(B) 331.96º 0.61% 0.69% -
XYZ 23.36 14.82 19.08 -
YUV 106.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 176 69 119 0 0.61 0.32 0.31 331.96 0.44 0.48
Hex B0 45 77 0 3D 20 1F 14C 2C 30
Octal 260 105 167 0 75 40 37 514 54 60
Binary 10110000 1000101 1110111 0 111101 100000 11111 101001100 101100 110000

Color Harmonies of #B04577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04577

Black with #B04577

Text Example


Text Example

White with #B04577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04577; }

 p { color: rgb(176,69,119); }

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

background-color css

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

 a { background-color: rgb(176,69,119); }

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

border-color css

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

 span { border-color: rgb(176,69,119); }

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