Html Css Color HEX #B15680 Royal Heath

📋 copy color: '#B15680'

red 177 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #B15680

Tints of Royal Heath #B15680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 45.27%
G = 21.99%
B = 32.74%

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

#B15680 (or 0xB15680) is known color: Royal Heath. HEX triplet: B1, 56 and 80. RGB value is (177,86,128). Sum of RGB (Red+Green+Blue) = 177+86+128=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B15680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15680 is #4EA97F. Grayscale: #757575. Windows color (decimal): -5155200 or 8410801. OLE color: 8410801.

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

Color convert

RGB 177 86 128 -
CMYK 0 0.51 0.28 0.31
HSL 332.31º 0.37% 0.52% -
HSV(B) 332.31º 0.51% 0.69% -
XYZ 25.36 17.56 22.48 -
YUV 118 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 177 86 128 0 0.51 0.28 0.31 332.31 0.37 0.52
Hex B1 56 80 0 33 1C 1F 14C 25 34
Octal 261 126 200 0 63 34 37 514 45 64
Binary 10110001 1010110 10000000 0 110011 11100 11111 101001100 100101 110100

Color Harmonies of #B15680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15680

Black with #B15680

Text Example


Text Example

White with #B15680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15680; }

 p { color: rgb(177,86,128); }

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

background-color css

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

 a { background-color: rgb(177,86,128); }

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

border-color css

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

 span { border-color: rgb(177,86,128); }

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