Html Css Color HEX #B15C6B Blush

📋 copy color: '#B15C6B'

red 177 ◦ green 92 ◦ blue 107

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

Shades of Blush #B15C6B

Tints of Blush #B15C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 47.07%
G = 24.47%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B15C6B (or 0xB15C6B) is known color: Blush. HEX triplet: B1, 5C and 6B. RGB value is (177,92,107). Sum of RGB (Red+Green+Blue) = 177+92+107=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C6B is #4EA394. Grayscale: #777777. Windows color (decimal): -5153685 or 7036081. OLE color: 7036081.

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

Color convert

RGB 177 92 107 -
CMYK 0 0.48 0.40 0.31
HSL 349.41º 0.35% 0.53% -
HSV(B) 349.41º 0.48% 0.69% -
XYZ 24.61 18.06 16.1 -
YUV 119.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 177 92 107 0 0.48 0.40 0.31 349.41 0.35 0.53
Hex B1 5C 6B 0 30 28 1F 15D 23 35
Octal 261 134 153 0 60 50 37 535 43 65
Binary 10110001 1011100 1101011 0 110000 101000 11111 101011101 100011 110101

Color Harmonies of #B15C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C6B

Black with #B15C6B

Text Example


Text Example

White with #B15C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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