Html Css Color HEX #B15E6C Blush

📋 copy color: '#B15E6C'

red 177 ◦ green 94 ◦ blue 108

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

Shades of Blush #B15E6C

Tints of Blush #B15E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 46.7%
G = 24.8%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B15E6C (or 0xB15E6C) is known color: Blush. HEX triplet: B1, 5E and 6C. RGB value is (177,94,108). Sum of RGB (Red+Green+Blue) = 177+94+108=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E6C is #4EA193. Grayscale: #787878. Windows color (decimal): -5153172 or 7102129. OLE color: 7102129.

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

Color convert

RGB 177 94 108 -
CMYK 0 0.47 0.39 0.31
HSL 349.88º 0.35% 0.53% -
HSV(B) 349.88º 0.47% 0.69% -
XYZ 24.84 18.44 16.44 -
YUV 120.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 177 94 108 0 0.47 0.39 0.31 349.88 0.35 0.53
Hex B1 5E 6C 0 2F 27 1F 15E 23 35
Octal 261 136 154 0 57 47 37 536 43 65
Binary 10110001 1011110 1101100 0 101111 100111 11111 101011110 100011 110101

Color Harmonies of #B15E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15E6C

Black with #B15E6C

Text Example


Text Example

White with #B15E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15E6C; }

 p { color: rgb(177,94,108); }

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

background-color css

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

 a { background-color: rgb(177,94,108); }

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

border-color css

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

 span { border-color: rgb(177,94,108); }

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