Html Css Color HEX #B9505E Blush

📋 copy color: '#B9505E'

red 185 ◦ green 80 ◦ blue 94

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

Shades of Blush #B9505E

Tints of Blush #B9505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 51.53%
G = 22.28%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9505E (or 0xB9505E) is known color: Blush. HEX triplet: B9, 50 and 5E. RGB value is (185,80,94). Sum of RGB (Red+Green+Blue) = 185+80+94=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9505E is #46AFA1. Grayscale: #717171. Windows color (decimal): -4632482 or 6181049. OLE color: 6181049.

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

Color convert

RGB 185 80 94 -
CMYK 0 0.57 0.49 0.27
HSL 352º 0.43% 0.52% -
HSV(B) 352º 0.57% 0.73% -
XYZ 24.9 16.86 12.53 -
YUV 112.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 185 80 94 0 0.57 0.49 0.27 352 0.43 0.52
Hex B9 50 5E 0 39 31 1B 160 2B 34
Octal 271 120 136 0 71 61 33 540 53 64
Binary 10111001 1010000 1011110 0 111001 110001 11011 101100000 101011 110100

Color Harmonies of #B9505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9505E

Black with #B9505E

Text Example


Text Example

White with #B9505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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