Html Css Color HEX #B04773 Royal Heath

📋 copy color: '#B04773'

red 176 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #B04773

Tints of Royal Heath #B04773

RGB

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

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

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

R = 48.62%
G = 19.61%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B04773 (or 0xB04773) is known color: Royal Heath. HEX triplet: B0, 47 and 73. RGB value is (176,71,115). Sum of RGB (Red+Green+Blue) = 176+71+115=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B04773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04773 is #4FB88C. Grayscale: #6B6B6B. Windows color (decimal): -5224589 or 7554992. OLE color: 7554992.

HSL color Cylindrical-coordinate representation of color #B04773: hue angle of 334.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04773 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 115 -
CMYK 0 0.60 0.35 0.31
HSL 334.86º 0.43% 0.48% -
HSV(B) 334.86º 0.6% 0.69% -
XYZ 23.25 14.97 17.88 -
YUV 107.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 176 71 115 0 0.60 0.35 0.31 334.86 0.43 0.48
Hex B0 47 73 0 3C 23 1F 14F 2B 30
Octal 260 107 163 0 74 43 37 517 53 60
Binary 10110000 1000111 1110011 0 111100 100011 11111 101001111 101011 110000

Color Harmonies of #B04773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04773

Black with #B04773

Text Example


Text Example

White with #B04773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04773; }

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

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

background-color css

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

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

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

border-color css

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

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

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