Html Css Color HEX #B9506A Blush

📋 copy color: '#B9506A'

red 185 ◦ green 80 ◦ blue 106

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

Shades of Blush #B9506A

Tints of Blush #B9506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 49.87%
G = 21.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9506A (or 0xB9506A) is known color: Blush. HEX triplet: B9, 50 and 6A. RGB value is (185,80,106). Sum of RGB (Red+Green+Blue) = 185+80+106=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9506A is #46AF95. Grayscale: #727272. Windows color (decimal): -4632470 or 6967481. OLE color: 6967481.

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

Color convert

RGB 185 80 106 -
CMYK 0 0.57 0.43 0.27
HSL 345.14º 0.43% 0.52% -
HSV(B) 345.14º 0.57% 0.73% -
XYZ 25.48 17.09 15.59 -
YUV 114.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 185 80 106 0 0.57 0.43 0.27 345.14 0.43 0.52
Hex B9 50 6A 0 39 2B 1B 159 2B 34
Octal 271 120 152 0 71 53 33 531 53 64
Binary 10111001 1010000 1101010 0 111001 101011 11011 101011001 101011 110100

Color Harmonies of #B9506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9506A

Black with #B9506A

Text Example


Text Example

White with #B9506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9506A; }

 p { color: rgb(185,80,106); }

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

background-color css

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

 a { background-color: rgb(185,80,106); }

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

border-color css

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

 span { border-color: rgb(185,80,106); }

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