Html Css Color HEX #B15268 Blush

📋 copy color: '#B15268'

red 177 ◦ green 82 ◦ blue 104

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

Shades of Blush #B15268

Tints of Blush #B15268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 48.76%
G = 22.59%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B15268 (or 0xB15268) is known color: Blush. HEX triplet: B1, 52 and 68. RGB value is (177,82,104). Sum of RGB (Red+Green+Blue) = 177+82+104=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15268 is #4EAD97. Grayscale: #707070. Windows color (decimal): -5156248 or 6836913. OLE color: 6836913.

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

Color convert

RGB 177 82 104 -
CMYK 0 0.54 0.41 0.31
HSL 346.11º 0.38% 0.51% -
HSV(B) 346.11º 0.54% 0.69% -
XYZ 23.65 16.38 15.01 -
YUV 112.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 177 82 104 0 0.54 0.41 0.31 346.11 0.38 0.51
Hex B1 52 68 0 36 29 1F 15A 26 33
Octal 261 122 150 0 66 51 37 532 46 63
Binary 10110001 1010010 1101000 0 110110 101001 11111 101011010 100110 110011

Color Harmonies of #B15268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15268

Black with #B15268

Text Example


Text Example

White with #B15268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15268; }

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

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

background-color css

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

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

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

border-color css

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

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

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