Html Css Color HEX #B15066 Blush

📋 copy color: '#B15066'

red 177 ◦ green 80 ◦ blue 102

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

Shades of Blush #B15066

Tints of Blush #B15066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 49.3%
G = 22.28%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B15066 (or 0xB15066) is known color: Blush. HEX triplet: B1, 50 and 66. RGB value is (177,80,102). Sum of RGB (Red+Green+Blue) = 177+80+102=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B15066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15066 is #4EAF99. Grayscale: #6F6F6F. Windows color (decimal): -5156762 or 6705329. OLE color: 6705329.

HSL color Cylindrical-coordinate representation of color #B15066: hue angle of 346.39º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15066 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 102 -
CMYK 0 0.55 0.42 0.31
HSL 346.39º 0.38% 0.5% -
HSV(B) 346.39º 0.55% 0.69% -
XYZ 23.4 16.04 14.43 -
YUV 111.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 177 80 102 0 0.55 0.42 0.31 346.39 0.38 0.5
Hex B1 50 66 0 37 2A 1F 15A 26 32
Octal 261 120 146 0 67 52 37 532 46 62
Binary 10110001 1010000 1100110 0 110111 101010 11111 101011010 100110 110010

Color Harmonies of #B15066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15066

Black with #B15066

Text Example


Text Example

White with #B15066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15066; }

 p { color: rgb(177,80,102); }

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

background-color css

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

 a { background-color: rgb(177,80,102); }

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

border-color css

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

 span { border-color: rgb(177,80,102); }

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