Html Css Color HEX #B9505D Blush

📋 copy color: '#B9505D'

red 185 ◦ green 80 ◦ blue 93

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

Shades of Blush #B9505D

Tints of Blush #B9505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 51.68%
G = 22.35%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9505D (or 0xB9505D) is known color: Blush. HEX triplet: B9, 50 and 5D. RGB value is (185,80,93). Sum of RGB (Red+Green+Blue) = 185+80+93=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9505D is #46AFA2. Grayscale: #707070. Windows color (decimal): -4632483 or 6115513. OLE color: 6115513.

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

Color convert

RGB 185 80 93 -
CMYK 0 0.57 0.50 0.27
HSL 352.57º 0.43% 0.52% -
HSV(B) 352.57º 0.57% 0.73% -
XYZ 24.85 16.84 12.3 -
YUV 112.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 185 80 93 0 0.57 0.50 0.27 352.57 0.43 0.52
Hex B9 50 5D 0 39 32 1B 161 2B 34
Octal 271 120 135 0 71 62 33 541 53 64
Binary 10111001 1010000 1011101 0 111001 110010 11011 101100001 101011 110100

Color Harmonies of #B9505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9505D

Black with #B9505D

Text Example


Text Example

White with #B9505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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