Html Css Color HEX #B05773 Royal Heath

📋 copy color: '#B05773'

red 176 ◦ green 87 ◦ blue 115

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

Shades of Royal Heath #B05773

Tints of Royal Heath #B05773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

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

R = 46.56%
G = 23.02%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05773 (or 0xB05773) is known color: Royal Heath. HEX triplet: B0, 57 and 73. RGB value is (176,87,115). Sum of RGB (Red+Green+Blue) = 176+87+115=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B05773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05773 is #4FA88C. Grayscale: #747474. Windows color (decimal): -5220493 or 7559088. OLE color: 7559088.

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

Color convert

RGB 176 87 115 -
CMYK 0 0.51 0.35 0.31
HSL 341.12º 0.36% 0.52% -
HSV(B) 341.12º 0.51% 0.69% -
XYZ 24.41 17.28 18.27 -
YUV 116.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 176 87 115 0 0.51 0.35 0.31 341.12 0.36 0.52
Hex B0 57 73 0 33 23 1F 155 24 34
Octal 260 127 163 0 63 43 37 525 44 64
Binary 10110000 1010111 1110011 0 110011 100011 11111 101010101 100100 110100

Color Harmonies of #B05773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05773

Black with #B05773

Text Example


Text Example

White with #B05773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05773; }

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

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

background-color css

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

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

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

border-color css

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

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

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