Html Css Color HEX #B15364 Blush

📋 copy color: '#B15364'

red 177 ◦ green 83 ◦ blue 100

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

Shades of Blush #B15364

Tints of Blush #B15364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 49.17%
G = 23.06%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B15364 (or 0xB15364) is known color: Blush. HEX triplet: B1, 53 and 64. RGB value is (177,83,100). Sum of RGB (Red+Green+Blue) = 177+83+100=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15364 is #4EAC9B. Grayscale: #717171. Windows color (decimal): -5155996 or 6575025. OLE color: 6575025.

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

Color convert

RGB 177 83 100 -
CMYK 0 0.53 0.44 0.31
HSL 349.15º 0.38% 0.51% -
HSV(B) 349.15º 0.53% 0.69% -
XYZ 23.52 16.45 13.99 -
YUV 113.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 177 83 100 0 0.53 0.44 0.31 349.15 0.38 0.51
Hex B1 53 64 0 35 2C 1F 15D 26 33
Octal 261 123 144 0 65 54 37 535 46 63
Binary 10110001 1010011 1100100 0 110101 101100 11111 101011101 100110 110011

Color Harmonies of #B15364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15364

Black with #B15364

Text Example


Text Example

White with #B15364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15364; }

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

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

background-color css

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

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

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

border-color css

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

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

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