Html Css Color HEX #B15864 Blush

📋 copy color: '#B15864'

red 177 ◦ green 88 ◦ blue 100

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

Shades of Blush #B15864

Tints of Blush #B15864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 48.49%
G = 24.11%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B15864 (or 0xB15864) is known color: Blush. HEX triplet: B1, 58 and 64. RGB value is (177,88,100). Sum of RGB (Red+Green+Blue) = 177+88+100=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B15864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15864 is #4EA79B. Grayscale: #747474. Windows color (decimal): -5154716 or 6576305. OLE color: 6576305.

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

Color convert

RGB 177 88 100 -
CMYK 0 0.50 0.44 0.31
HSL 351.91º 0.36% 0.52% -
HSV(B) 351.91º 0.5% 0.69% -
XYZ 23.92 17.25 14.12 -
YUV 115.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 177 88 100 0 0.50 0.44 0.31 351.91 0.36 0.52
Hex B1 58 64 0 32 2C 1F 160 24 34
Octal 261 130 144 0 62 54 37 540 44 64
Binary 10110001 1011000 1100100 0 110010 101100 11111 101100000 100100 110100

Color Harmonies of #B15864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15864

Black with #B15864

Text Example


Text Example

White with #B15864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15864; }

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

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

background-color css

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

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

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

border-color css

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

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

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