Html Css Color HEX #B15972 Blush

📋 copy color: '#B15972'

red 177 ◦ green 89 ◦ blue 114

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

Shades of Blush #B15972

Tints of Blush #B15972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 46.58%
G = 23.42%
B = 30%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B15972 (or 0xB15972) is known color: Blush. HEX triplet: B1, 59 and 72. RGB value is (177,89,114). Sum of RGB (Red+Green+Blue) = 177+89+114=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B15972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15972 is #4EA68D. Grayscale: #767676. Windows color (decimal): -5154446 or 7494065. OLE color: 7494065.

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

Color convert

RGB 177 89 114 -
CMYK 0 0.50 0.36 0.31
HSL 342.95º 0.36% 0.52% -
HSV(B) 342.95º 0.5% 0.69% -
XYZ 24.74 17.71 18.03 -
YUV 118.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 177 89 114 0 0.50 0.36 0.31 342.95 0.36 0.52
Hex B1 59 72 0 32 24 1F 157 24 34
Octal 261 131 162 0 62 44 37 527 44 64
Binary 10110001 1011001 1110010 0 110010 100100 11111 101010111 100100 110100

Color Harmonies of #B15972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15972

Black with #B15972

Text Example


Text Example

White with #B15972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15972; }

 p { color: rgb(177,89,114); }

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

background-color css

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

 a { background-color: rgb(177,89,114); }

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

border-color css

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

 span { border-color: rgb(177,89,114); }

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