Html Css Color HEX #B0577B Royal Heath

📋 copy color: '#B0577B'

red 176 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #B0577B

Tints of Royal Heath #B0577B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 45.6%
G = 22.54%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0577B (or 0xB0577B) is known color: Royal Heath. HEX triplet: B0, 57 and 7B. RGB value is (176,87,123). Sum of RGB (Red+Green+Blue) = 176+87+123=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577B is #4FA884. Grayscale: #757575. Windows color (decimal): -5220485 or 8083376. OLE color: 8083376.

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

Color convert

RGB 176 87 123 -
CMYK 0 0.51 0.30 0.31
HSL 335.73º 0.36% 0.52% -
HSV(B) 335.73º 0.51% 0.69% -
XYZ 24.89 17.48 20.8 -
YUV 117.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 176 87 123 0 0.51 0.30 0.31 335.73 0.36 0.52
Hex B0 57 7B 0 33 1E 1F 150 24 34
Octal 260 127 173 0 63 36 37 520 44 64
Binary 10110000 1010111 1111011 0 110011 11110 11111 101010000 100100 110100

Color Harmonies of #B0577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0577B

Black with #B0577B

Text Example


Text Example

White with #B0577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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