Html Css Color HEX #B1586D Blush

📋 copy color: '#B1586D'

red 177 ◦ green 88 ◦ blue 109

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

Shades of Blush #B1586D

Tints of Blush #B1586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 47.33%
G = 23.53%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1586D (or 0xB1586D) is known color: Blush. HEX triplet: B1, 58 and 6D. RGB value is (177,88,109). Sum of RGB (Red+Green+Blue) = 177+88+109=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1586D is #4EA792. Grayscale: #757575. Windows color (decimal): -5154707 or 7166129. OLE color: 7166129.

HSL color Cylindrical-coordinate representation of color #B1586D: hue angle of 345.84º 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 #B1586D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 109 -
CMYK 0 0.50 0.38 0.31
HSL 345.84º 0.36% 0.52% -
HSV(B) 345.84º 0.5% 0.69% -
XYZ 24.38 17.43 16.55 -
YUV 117.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 177 88 109 0 0.50 0.38 0.31 345.84 0.36 0.52
Hex B1 58 6D 0 32 26 1F 15A 24 34
Octal 261 130 155 0 62 46 37 532 44 64
Binary 10110001 1011000 1101101 0 110010 100110 11111 101011010 100100 110100

Color Harmonies of #B1586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1586D

Black with #B1586D

Text Example


Text Example

White with #B1586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1586D; }

 p { color: rgb(177,88,109); }

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

background-color css

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

 a { background-color: rgb(177,88,109); }

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

border-color css

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

 span { border-color: rgb(177,88,109); }

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