Html Css Color HEX #B9516D Blush

📋 copy color: '#B9516D'

red 185 ◦ green 81 ◦ blue 109

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

Shades of Blush #B9516D

Tints of Blush #B9516D

RGB

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

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

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

R = 49.33%
G = 21.6%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9516D (or 0xB9516D) is known color: Blush. HEX triplet: B9, 51 and 6D. RGB value is (185,81,109). Sum of RGB (Red+Green+Blue) = 185+81+109=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9516D is #46AE92. Grayscale: #737373. Windows color (decimal): -4632211 or 7164345. OLE color: 7164345.

HSL color Cylindrical-coordinate representation of color #B9516D: hue angle of 343.85º 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 #B9516D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 109 -
CMYK 0 0.56 0.41 0.27
HSL 343.85º 0.43% 0.52% -
HSV(B) 343.85º 0.56% 0.73% -
XYZ 25.71 17.3 16.45 -
YUV 115.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 185 81 109 0 0.56 0.41 0.27 343.85 0.43 0.52
Hex B9 51 6D 0 38 29 1B 158 2B 34
Octal 271 121 155 0 70 51 33 530 53 64
Binary 10111001 1010001 1101101 0 111000 101001 11011 101011000 101011 110100

Color Harmonies of #B9516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9516D

Black with #B9516D

Text Example


Text Example

White with #B9516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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