Html Css Color HEX #B9565D Blush

📋 copy color: '#B9565D'

red 185 ◦ green 86 ◦ blue 93

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

Shades of Blush #B9565D

Tints of Blush #B9565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

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

R = 50.82%
G = 23.63%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9565D (or 0xB9565D) is known color: Blush. HEX triplet: B9, 56 and 5D. RGB value is (185,86,93). Sum of RGB (Red+Green+Blue) = 185+86+93=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9565D is #46A9A2. Grayscale: #747474. Windows color (decimal): -4630947 or 6117049. OLE color: 6117049.

HSL color Cylindrical-coordinate representation of color #B9565D: hue angle of 355.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9565D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 86 93 -
CMYK 0 0.54 0.50 0.27
HSL 355.76º 0.41% 0.53% -
HSV(B) 355.76º 0.54% 0.73% -
XYZ 25.31 17.76 12.45 -
YUV 116.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 185 86 93 0 0.54 0.50 0.27 355.76 0.41 0.53
Hex B9 56 5D 0 36 32 1B 164 29 35
Octal 271 126 135 0 66 62 33 544 51 65
Binary 10111001 1010110 1011101 0 110110 110010 11011 101100100 101001 110101

Color Harmonies of #B9565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9565D

Black with #B9565D

Text Example


Text Example

White with #B9565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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