Html Css Color HEX #B15881 Royal Heath

📋 copy color: '#B15881'

red 177 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #B15881

Tints of Royal Heath #B15881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 44.92%
G = 22.34%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15881 (or 0xB15881) is known color: Royal Heath. HEX triplet: B1, 58 and 81. RGB value is (177,88,129). Sum of RGB (Red+Green+Blue) = 177+88+129=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15881 is #4EA77E. Grayscale: #777777. Windows color (decimal): -5154687 or 8476849. OLE color: 8476849.

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

Color convert

RGB 177 88 129 -
CMYK 0 0.50 0.27 0.31
HSL 332.36º 0.36% 0.52% -
HSV(B) 332.36º 0.5% 0.69% -
XYZ 25.58 17.91 22.88 -
YUV 119.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 177 88 129 0 0.50 0.27 0.31 332.36 0.36 0.52
Hex B1 58 81 0 32 1B 1F 14C 24 34
Octal 261 130 201 0 62 33 37 514 44 64
Binary 10110001 1011000 10000001 0 110010 11011 11111 101001100 100100 110100

Color Harmonies of #B15881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15881

Black with #B15881

Text Example


Text Example

White with #B15881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15881; }

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

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

background-color css

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

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

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

border-color css

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

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

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