Html Css Color HEX #B1557A Royal Heath

📋 copy color: '#B1557A'

red 177 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #B1557A

Tints of Royal Heath #B1557A

RGB

 RED value IS 177 (69.53% from 255) = 46.09%

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 46.09%
G = 22.14%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1557A (or 0xB1557A) is known color: Royal Heath. HEX triplet: B1, 55 and 7A. RGB value is (177,85,122). Sum of RGB (Red+Green+Blue) = 177+85+122=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557A is #4EAA85. Grayscale: #747474. Windows color (decimal): -5155462 or 8017329. OLE color: 8017329.

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

Color convert

RGB 177 85 122 -
CMYK 0 0.52 0.31 0.31
HSL 335.87º 0.37% 0.51% -
HSV(B) 335.87º 0.52% 0.69% -
XYZ 24.89 17.25 20.43 -
YUV 116.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 177 85 122 0 0.52 0.31 0.31 335.87 0.37 0.51
Hex B1 55 7A 0 34 1F 1F 150 25 33
Octal 261 125 172 0 64 37 37 520 45 63
Binary 10110001 1010101 1111010 0 110100 11111 11111 101010000 100101 110011

Color Harmonies of #B1557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1557A

Black with #B1557A

Text Example


Text Example

White with #B1557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1557A; }

 p { color: rgb(177,85,122); }

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

background-color css

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

 a { background-color: rgb(177,85,122); }

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

border-color css

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

 span { border-color: rgb(177,85,122); }

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