Html Css Color HEX #B15071 Royal Heath

📋 copy color: '#B15071'

red 177 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #B15071

Tints of Royal Heath #B15071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 47.84%
G = 21.62%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B15071 (or 0xB15071) is known color: Royal Heath. HEX triplet: B1, 50 and 71. RGB value is (177,80,113). Sum of RGB (Red+Green+Blue) = 177+80+113=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B15071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15071 is #4EAF8E. Grayscale: #707070. Windows color (decimal): -5156751 or 7426225. OLE color: 7426225.

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

Color convert

RGB 177 80 113 -
CMYK 0 0.55 0.36 0.31
HSL 339.59º 0.38% 0.5% -
HSV(B) 339.59º 0.55% 0.69% -
XYZ 23.98 16.28 17.5 -
YUV 112.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 177 80 113 0 0.55 0.36 0.31 339.59 0.38 0.5
Hex B1 50 71 0 37 24 1F 154 26 32
Octal 261 120 161 0 67 44 37 524 46 62
Binary 10110001 1010000 1110001 0 110111 100100 11111 101010100 100110 110010

Color Harmonies of #B15071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15071

Black with #B15071

Text Example


Text Example

White with #B15071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15071; }

 p { color: rgb(177,80,113); }

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

background-color css

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

 a { background-color: rgb(177,80,113); }

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

border-color css

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

 span { border-color: rgb(177,80,113); }

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