Html Css Color HEX #B0577E Royal Heath

📋 copy color: '#B0577E'

red 176 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #B0577E

Tints of Royal Heath #B0577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 45.24%
G = 22.37%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0577E (or 0xB0577E) is known color: Royal Heath. HEX triplet: B0, 57 and 7E. RGB value is (176,87,126). Sum of RGB (Red+Green+Blue) = 176+87+126=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577E is #4FA881. Grayscale: #757575. Windows color (decimal): -5220482 or 8279984. OLE color: 8279984.

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

Color convert

RGB 176 87 126 -
CMYK 0 0.51 0.28 0.31
HSL 333.71º 0.36% 0.52% -
HSV(B) 333.71º 0.51% 0.69% -
XYZ 25.08 17.55 21.8 -
YUV 118.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 176 87 126 0 0.51 0.28 0.31 333.71 0.36 0.52
Hex B0 57 7E 0 33 1C 1F 14E 24 34
Octal 260 127 176 0 63 34 37 516 44 64
Binary 10110000 1010111 1111110 0 110011 11100 11111 101001110 100100 110100

Color Harmonies of #B0577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0577E

Black with #B0577E

Text Example


Text Example

White with #B0577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0577E; }

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

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

background-color css

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

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

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

border-color css

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

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

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