Html Css Color HEX #B15B85 Royal Heath

📋 copy color: '#B15B85'

red 177 ◦ green 91 ◦ blue 133

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

Shades of Royal Heath #B15B85

Tints of Royal Heath #B15B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 44.14%
G = 22.69%
B = 33.17%

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

#B15B85 (or 0xB15B85) is known color: Royal Heath. HEX triplet: B1, 5B and 85. RGB value is (177,91,133). Sum of RGB (Red+Green+Blue) = 177+91+133=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B85 is #4EA47A. Grayscale: #797979. Windows color (decimal): -5153915 or 8739761. OLE color: 8739761.

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

Color convert

RGB 177 91 133 -
CMYK 0 0.49 0.25 0.31
HSL 330.7º 0.36% 0.53% -
HSV(B) 330.7º 0.49% 0.69% -
XYZ 26.11 18.52 24.39 -
YUV 121.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 177 91 133 0 0.49 0.25 0.31 330.7 0.36 0.53
Hex B1 5B 85 0 31 19 1F 14B 24 35
Octal 261 133 205 0 61 31 37 513 44 65
Binary 10110001 1011011 10000101 0 110001 11001 11111 101001011 100100 110101

Color Harmonies of #B15B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B85

Black with #B15B85

Text Example


Text Example

White with #B15B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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