Html Css Color HEX #B5516D Blush

📋 copy color: '#B5516D'

red 181 ◦ green 81 ◦ blue 109

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

Shades of Blush #B5516D

Tints of Blush #B5516D

RGB

 RED value IS 181 (71.09% from 255) = 48.79%

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

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 48.79%
G = 21.83%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5516D (or 0xB5516D) is known color: Blush. HEX triplet: B5, 51 and 6D. RGB value is (181,81,109). Sum of RGB (Red+Green+Blue) = 181+81+109=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5516D is #4AAE92. Grayscale: #727272. Windows color (decimal): -4894355 or 7164341. OLE color: 7164341.

HSL color Cylindrical-coordinate representation of color #B5516D: hue angle of 343.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5516D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 109 -
CMYK 0 0.55 0.40 0.29
HSL 343.2º 0.4% 0.51% -
HSV(B) 343.2º 0.55% 0.71% -
XYZ 24.76 16.81 16.41 -
YUV 114.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 181 81 109 0 0.55 0.40 0.29 343.2 0.4 0.51
Hex B5 51 6D 0 37 28 1D 157 28 33
Octal 265 121 155 0 67 50 35 527 50 63
Binary 10110101 1010001 1101101 0 110111 101000 11101 101010111 101000 110011

Color Harmonies of #B5516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5516D

Black with #B5516D

Text Example


Text Example

White with #B5516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5516D; }

 p { color: rgb(181,81,109); }

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

background-color css

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

 a { background-color: rgb(181,81,109); }

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

border-color css

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

 span { border-color: rgb(181,81,109); }

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