Html Css Color HEX #B16072 Blush

📋 copy color: '#B16072'

red 177 ◦ green 96 ◦ blue 114

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

Shades of Blush #B16072

Tints of Blush #B16072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 45.74%
G = 24.81%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B16072 (or 0xB16072) is known color: Blush. HEX triplet: B1, 60 and 72. RGB value is (177,96,114). Sum of RGB (Red+Green+Blue) = 177+96+114=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B16072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16072 is #4E9F8D. Grayscale: #7A7A7A. Windows color (decimal): -5152654 or 7495857. OLE color: 7495857.

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

Color convert

RGB 177 96 114 -
CMYK 0 0.46 0.36 0.31
HSL 346.67º 0.34% 0.54% -
HSV(B) 346.67º 0.46% 0.69% -
XYZ 25.35 18.93 18.24 -
YUV 122.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 177 96 114 0 0.46 0.36 0.31 346.67 0.34 0.54
Hex B1 60 72 0 2E 24 1F 15B 22 36
Octal 261 140 162 0 56 44 37 533 42 66
Binary 10110001 1100000 1110010 0 101110 100100 11111 101011011 100010 110110

Color Harmonies of #B16072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16072

Black with #B16072

Text Example


Text Example

White with #B16072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16072; }

 p { color: rgb(177,96,114); }

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

background-color css

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

 a { background-color: rgb(177,96,114); }

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

border-color css

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

 span { border-color: rgb(177,96,114); }

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