Html Css Color HEX #B15B84 Royal Heath

📋 copy color: '#B15B84'

red 177 ◦ green 91 ◦ blue 132

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

Shades of Royal Heath #B15B84

Tints of Royal Heath #B15B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 132 (51.95% from 255) = 33%

R = 44.25%
G = 22.75%
B = 33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B15B84 (or 0xB15B84) is known color: Royal Heath. HEX triplet: B1, 5B and 84. RGB value is (177,91,132). Sum of RGB (Red+Green+Blue) = 177+91+132=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B84 is #4EA47B. Grayscale: #797979. Windows color (decimal): -5153916 or 8674225. OLE color: 8674225.

HSL color Cylindrical-coordinate representation of color #B15B84: hue angle of 331.4º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15B84 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 91 132 -
CMYK 0 0.49 0.25 0.31
HSL 331.4º 0.36% 0.53% -
HSV(B) 331.4º 0.49% 0.69% -
XYZ 26.04 18.5 24.03 -
YUV 121.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 177 91 132 0 0.49 0.25 0.31 331.4 0.36 0.53
Hex B1 5B 84 0 31 19 1F 14B 24 35
Octal 261 133 204 0 61 31 37 513 44 65
Binary 10110001 1011011 10000100 0 110001 11001 11111 101001011 100100 110101

Color Harmonies of #B15B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B84

Black with #B15B84

Text Example


Text Example

White with #B15B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B84; }

 p { color: rgb(177,91,132); }

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

background-color css

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

 a { background-color: rgb(177,91,132); }

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

border-color css

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

 span { border-color: rgb(177,91,132); }

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