Html Css Color HEX #B0516B Blush

📋 copy color: '#B0516B'

red 176 ◦ green 81 ◦ blue 107

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

Shades of Blush #B0516B

Tints of Blush #B0516B

RGB

 RED value IS 176 (69.14% from 255) = 48.35%

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 48.35%
G = 22.25%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0516B (or 0xB0516B) is known color: Blush. HEX triplet: B0, 51 and 6B. RGB value is (176,81,107). Sum of RGB (Red+Green+Blue) = 176+81+107=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0516B is #4FAE94. Grayscale: #707070. Windows color (decimal): -5222037 or 7033264. OLE color: 7033264.

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

Color convert

RGB 176 81 107 -
CMYK 0 0.54 0.39 0.31
HSL 343.58º 0.38% 0.5% -
HSV(B) 343.58º 0.54% 0.69% -
XYZ 23.5 16.18 15.79 -
YUV 112.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 176 81 107 0 0.54 0.39 0.31 343.58 0.38 0.5
Hex B0 51 6B 0 36 27 1F 158 26 32
Octal 260 121 153 0 66 47 37 530 46 62
Binary 10110000 1010001 1101011 0 110110 100111 11111 101011000 100110 110010

Color Harmonies of #B0516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0516B

Black with #B0516B

Text Example


Text Example

White with #B0516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0516B; }

 p { color: rgb(176,81,107); }

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

background-color css

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

 a { background-color: rgb(176,81,107); }

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

border-color css

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

 span { border-color: rgb(176,81,107); }

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