Html Css Color HEX #B0577A Royal Heath

📋 copy color: '#B0577A'

red 176 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #B0577A

Tints of Royal Heath #B0577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 45.71%
G = 22.6%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0577A (or 0xB0577A) is known color: Royal Heath. HEX triplet: B0, 57 and 7A. RGB value is (176,87,122). Sum of RGB (Red+Green+Blue) = 176+87+122=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577A is #4FA885. Grayscale: #757575. Windows color (decimal): -5220486 or 8017840. OLE color: 8017840.

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

Color convert

RGB 176 87 122 -
CMYK 0 0.51 0.31 0.31
HSL 336.4º 0.36% 0.52% -
HSV(B) 336.4º 0.51% 0.69% -
XYZ 24.83 17.45 20.47 -
YUV 117.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 176 87 122 0 0.51 0.31 0.31 336.4 0.36 0.52
Hex B0 57 7A 0 33 1F 1F 150 24 34
Octal 260 127 172 0 63 37 37 520 44 64
Binary 10110000 1010111 1111010 0 110011 11111 11111 101010000 100100 110100

Color Harmonies of #B0577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0577A

Black with #B0577A

Text Example


Text Example

White with #B0577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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