Html Css Color HEX #B15E76 Royal Heath

📋 copy color: '#B15E76'

red 177 ◦ green 94 ◦ blue 118

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

Shades of Royal Heath #B15E76

Tints of Royal Heath #B15E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 45.5%
G = 24.16%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B15E76 (or 0xB15E76) is known color: Royal Heath. HEX triplet: B1, 5E and 76. RGB value is (177,94,118). Sum of RGB (Red+Green+Blue) = 177+94+118=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E76 is #4EA189. Grayscale: #797979. Windows color (decimal): -5153162 or 7757489. OLE color: 7757489.

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

Color convert

RGB 177 94 118 -
CMYK 0 0.47 0.33 0.31
HSL 342.65º 0.35% 0.53% -
HSV(B) 342.65º 0.47% 0.69% -
XYZ 25.4 18.66 19.4 -
YUV 121.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 177 94 118 0 0.47 0.33 0.31 342.65 0.35 0.53
Hex B1 5E 76 0 2F 21 1F 157 23 35
Octal 261 136 166 0 57 41 37 527 43 65
Binary 10110001 1011110 1110110 0 101111 100001 11111 101010111 100011 110101

Color Harmonies of #B15E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15E76

Black with #B15E76

Text Example


Text Example

White with #B15E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15E76; }

 p { color: rgb(177,94,118); }

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

background-color css

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

 a { background-color: rgb(177,94,118); }

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

border-color css

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

 span { border-color: rgb(177,94,118); }

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