Html Css Color HEX #B15281 Royal Heath

📋 copy color: '#B15281'

red 177 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B15281

Tints of Royal Heath #B15281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 45.62%
G = 21.13%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15281 (or 0xB15281) is known color: Royal Heath. HEX triplet: B1, 52 and 81. RGB value is (177,82,129). Sum of RGB (Red+Green+Blue) = 177+82+129=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B15281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15281 is #4EAD7E. Grayscale: #737373. Windows color (decimal): -5156223 or 8475313. OLE color: 8475313.

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

Color convert

RGB 177 82 129 -
CMYK 0 0.54 0.27 0.31
HSL 330.32º 0.38% 0.51% -
HSV(B) 330.32º 0.54% 0.69% -
XYZ 25.11 16.97 22.72 -
YUV 115.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 177 82 129 0 0.54 0.27 0.31 330.32 0.38 0.51
Hex B1 52 81 0 36 1B 1F 14A 26 33
Octal 261 122 201 0 66 33 37 512 46 63
Binary 10110001 1010010 10000001 0 110110 11011 11111 101001010 100110 110011

Color Harmonies of #B15281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15281

Black with #B15281

Text Example


Text Example

White with #B15281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15281; }

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

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

background-color css

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

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

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

border-color css

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

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

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