Html Css Color HEX #B15C5F Blush

📋 copy color: '#B15C5F'

red 177 ◦ green 92 ◦ blue 95

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

Shades of Blush #B15C5F

Tints of Blush #B15C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 48.63%
G = 25.27%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B15C5F (or 0xB15C5F) is known color: Blush. HEX triplet: B1, 5C and 5F. RGB value is (177,92,95). Sum of RGB (Red+Green+Blue) = 177+92+95=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C5F is #4EA3A0. Grayscale: #757575. Windows color (decimal): -5153697 or 6249649. OLE color: 6249649.

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

Color convert

RGB 177 92 95 -
CMYK 0 0.48 0.46 0.31
HSL 357.88º 0.35% 0.53% -
HSV(B) 357.88º 0.48% 0.69% -
XYZ 24.02 17.83 13 -
YUV 117.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 177 92 95 0 0.48 0.46 0.31 357.88 0.35 0.53
Hex B1 5C 5F 0 30 2E 1F 166 23 35
Octal 261 134 137 0 60 56 37 546 43 65
Binary 10110001 1011100 1011111 0 110000 101110 11111 101100110 100011 110101

Color Harmonies of #B15C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C5F

Black with #B15C5F

Text Example


Text Example

White with #B15C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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