Html Css Color HEX #B9516F Blush

📋 copy color: '#B9516F'

red 185 ◦ green 81 ◦ blue 111

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

Shades of Blush #B9516F

Tints of Blush #B9516F

RGB

 RED value IS 185 (72.66% from 255) = 49.07%

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 49.07%
G = 21.49%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9516F (or 0xB9516F) is known color: Blush. HEX triplet: B9, 51 and 6F. RGB value is (185,81,111). Sum of RGB (Red+Green+Blue) = 185+81+111=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9516F is #46AE90. Grayscale: #737373. Windows color (decimal): -4632209 or 7295417. OLE color: 7295417.

HSL color Cylindrical-coordinate representation of color #B9516F: hue angle of 342.69º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9516F is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 111 -
CMYK 0 0.56 0.4 0.27
HSL 342.69º 0.43% 0.52% -
HSV(B) 342.69º 0.56% 0.73% -
XYZ 25.82 17.35 17.03 -
YUV 115.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 185 81 111 0 0.56 0.4 0.27 342.69 0.43 0.52
Hex B9 51 6F 0 38 28 1B 157 2B 34
Octal 271 121 157 0 70 50 33 527 53 64
Binary 10111001 1010001 1101111 0 111000 101000 11011 101010111 101011 110100

Color Harmonies of #B9516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9516F

Black with #B9516F

Text Example


Text Example

White with #B9516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9516F; }

 p { color: rgb(185,81,111); }

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

background-color css

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

 a { background-color: rgb(185,81,111); }

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

border-color css

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

 span { border-color: rgb(185,81,111); }

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