Html Css Color HEX #B15F70 Blush

📋 copy color: '#B15F70'

red 177 ◦ green 95 ◦ blue 112

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

Shades of Blush #B15F70

Tints of Blush #B15F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 46.09%
G = 24.74%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B15F70 (or 0xB15F70) is known color: Blush. HEX triplet: B1, 5F and 70. RGB value is (177,95,112). Sum of RGB (Red+Green+Blue) = 177+95+112=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F70 is #4EA08F. Grayscale: #797979. Windows color (decimal): -5152912 or 7364529. OLE color: 7364529.

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

Color convert

RGB 177 95 112 -
CMYK 0 0.46 0.37 0.31
HSL 347.56º 0.34% 0.53% -
HSV(B) 347.56º 0.46% 0.69% -
XYZ 25.15 18.7 17.61 -
YUV 121.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 177 95 112 0 0.46 0.37 0.31 347.56 0.34 0.53
Hex B1 5F 70 0 2E 25 1F 15C 22 35
Octal 261 137 160 0 56 45 37 534 42 65
Binary 10110001 1011111 1110000 0 101110 100101 11111 101011100 100010 110101

Color Harmonies of #B15F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F70

Black with #B15F70

Text Example


Text Example

White with #B15F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F70; }

 p { color: rgb(177,95,112); }

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

background-color css

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

 a { background-color: rgb(177,95,112); }

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

border-color css

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

 span { border-color: rgb(177,95,112); }

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