Html Css Color HEX #B15F6A Blush

📋 copy color: '#B15F6A'

red 177 ◦ green 95 ◦ blue 106

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

Shades of Blush #B15F6A

Tints of Blush #B15F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 46.83%
G = 25.13%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B15F6A (or 0xB15F6A) is known color: Blush. HEX triplet: B1, 5F and 6A. RGB value is (177,95,106). Sum of RGB (Red+Green+Blue) = 177+95+106=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F6A is #4EA095. Grayscale: #787878. Windows color (decimal): -5152918 or 6971313. OLE color: 6971313.

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

Color convert

RGB 177 95 106 -
CMYK 0 0.46 0.40 0.31
HSL 351.95º 0.34% 0.53% -
HSV(B) 351.95º 0.46% 0.69% -
XYZ 24.83 18.57 15.91 -
YUV 120.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 177 95 106 0 0.46 0.40 0.31 351.95 0.34 0.53
Hex B1 5F 6A 0 2E 28 1F 160 22 35
Octal 261 137 152 0 56 50 37 540 42 65
Binary 10110001 1011111 1101010 0 101110 101000 11111 101100000 100010 110101

Color Harmonies of #B15F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F6A

Black with #B15F6A

Text Example


Text Example

White with #B15F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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