Html Css Color HEX #B15065 Blush

📋 copy color: '#B15065'

red 177 ◦ green 80 ◦ blue 101

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

Shades of Blush #B15065

Tints of Blush #B15065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 49.44%
G = 22.35%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B15065 (or 0xB15065) is known color: Blush. HEX triplet: B1, 50 and 65. RGB value is (177,80,101). Sum of RGB (Red+Green+Blue) = 177+80+101=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B15065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15065 is #4EAF9A. Grayscale: #6F6F6F. Windows color (decimal): -5156763 or 6639793. OLE color: 6639793.

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

Color convert

RGB 177 80 101 -
CMYK 0 0.55 0.43 0.31
HSL 347.01º 0.38% 0.5% -
HSV(B) 347.01º 0.55% 0.69% -
XYZ 23.35 16.02 14.17 -
YUV 111.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 177 80 101 0 0.55 0.43 0.31 347.01 0.38 0.5
Hex B1 50 65 0 37 2B 1F 15B 26 32
Octal 261 120 145 0 67 53 37 533 46 62
Binary 10110001 1010000 1100101 0 110111 101011 11111 101011011 100110 110010

Color Harmonies of #B15065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15065

Black with #B15065

Text Example


Text Example

White with #B15065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15065; }

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

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

background-color css

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

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

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

border-color css

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

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

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