Html Css Color HEX #B9565C Blush

📋 copy color: '#B9565C'

red 185 ◦ green 86 ◦ blue 92

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

Shades of Blush #B9565C

Tints of Blush #B9565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 50.96%
G = 23.69%
B = 25.34%

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

#B9565C (or 0xB9565C) is known color: Blush. HEX triplet: B9, 56 and 5C. RGB value is (185,86,92). Sum of RGB (Red+Green+Blue) = 185+86+92=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9565C is #46A9A3. Grayscale: #747474. Windows color (decimal): -4630948 or 6051513. OLE color: 6051513.

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

Color convert

RGB 185 86 92 -
CMYK 0 0.54 0.50 0.27
HSL 356.36º 0.41% 0.53% -
HSV(B) 356.36º 0.54% 0.73% -
XYZ 25.27 17.74 12.22 -
YUV 116.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 185 86 92 0 0.54 0.50 0.27 356.36 0.41 0.53
Hex B9 56 5C 0 36 32 1B 164 29 35
Octal 271 126 134 0 66 62 33 544 51 65
Binary 10111001 1010110 1011100 0 110110 110010 11011 101100100 101001 110101

Color Harmonies of #B9565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9565C

Black with #B9565C

Text Example


Text Example

White with #B9565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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