Html Css Color HEX #B15A64 Blush

📋 copy color: '#B15A64'

red 177 ◦ green 90 ◦ blue 100

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

Shades of Blush #B15A64

Tints of Blush #B15A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 48.23%
G = 24.52%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B15A64 (or 0xB15A64) is known color: Blush. HEX triplet: B1, 5A and 64. RGB value is (177,90,100). Sum of RGB (Red+Green+Blue) = 177+90+100=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A64 is #4EA59B. Grayscale: #757575. Windows color (decimal): -5154204 or 6576817. OLE color: 6576817.

HSL color Cylindrical-coordinate representation of color #B15A64: hue angle of 353.1º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A64 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 100 -
CMYK 0 0.49 0.44 0.31
HSL 353.1º 0.36% 0.52% -
HSV(B) 353.1º 0.49% 0.69% -
XYZ 24.09 17.58 14.18 -
YUV 117.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 177 90 100 0 0.49 0.44 0.31 353.1 0.36 0.52
Hex B1 5A 64 0 31 2C 1F 161 24 34
Octal 261 132 144 0 61 54 37 541 44 64
Binary 10110001 1011010 1100100 0 110001 101100 11111 101100001 100100 110100

Color Harmonies of #B15A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A64

Black with #B15A64

Text Example


Text Example

White with #B15A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A64; }

 p { color: rgb(177,90,100); }

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

background-color css

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

 a { background-color: rgb(177,90,100); }

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

border-color css

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

 span { border-color: rgb(177,90,100); }

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