Html Css Color HEX #B15468 Blush

📋 copy color: '#B15468'

red 177 ◦ green 84 ◦ blue 104

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

Shades of Blush #B15468

Tints of Blush #B15468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 48.49%
G = 23.01%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B15468 (or 0xB15468) is known color: Blush. HEX triplet: B1, 54 and 68. RGB value is (177,84,104). Sum of RGB (Red+Green+Blue) = 177+84+104=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B15468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15468 is #4EAB97. Grayscale: #727272. Windows color (decimal): -5155736 or 6837425. OLE color: 6837425.

HSL color Cylindrical-coordinate representation of color #B15468: hue angle of 347.1º degrees, saturation: 0.37, 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 #B15468 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 104 -
CMYK 0 0.53 0.41 0.31
HSL 347.1º 0.37% 0.51% -
HSV(B) 347.1º 0.53% 0.69% -
XYZ 23.8 16.69 15.06 -
YUV 114.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 177 84 104 0 0.53 0.41 0.31 347.1 0.37 0.51
Hex B1 54 68 0 35 29 1F 15B 25 33
Octal 261 124 150 0 65 51 37 533 45 63
Binary 10110001 1010100 1101000 0 110101 101001 11111 101011011 100101 110011

Color Harmonies of #B15468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15468

Black with #B15468

Text Example


Text Example

White with #B15468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15468; }

 p { color: rgb(177,84,104); }

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

background-color css

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

 a { background-color: rgb(177,84,104); }

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

border-color css

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

 span { border-color: rgb(177,84,104); }

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