Html Css Color HEX #B15681 Royal Heath

📋 copy color: '#B15681'

red 177 ◦ green 86 ◦ blue 129

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

Shades of Royal Heath #B15681

Tints of Royal Heath #B15681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 45.15%
G = 21.94%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15681 (or 0xB15681) is known color: Royal Heath. HEX triplet: B1, 56 and 81. RGB value is (177,86,129). Sum of RGB (Red+Green+Blue) = 177+86+129=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15681 is #4EA97E. Grayscale: #767676. Windows color (decimal): -5155199 or 8476337. OLE color: 8476337.

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

Color convert

RGB 177 86 129 -
CMYK 0 0.51 0.27 0.31
HSL 331.65º 0.37% 0.52% -
HSV(B) 331.65º 0.51% 0.69% -
XYZ 25.42 17.59 22.82 -
YUV 118.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 177 86 129 0 0.51 0.27 0.31 331.65 0.37 0.52
Hex B1 56 81 0 33 1B 1F 14C 25 34
Octal 261 126 201 0 63 33 37 514 45 64
Binary 10110001 1010110 10000001 0 110011 11011 11111 101001100 100101 110100

Color Harmonies of #B15681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15681

Black with #B15681

Text Example


Text Example

White with #B15681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15681; }

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

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

background-color css

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

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

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

border-color css

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

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

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