Html Css Color HEX #B0595E Blush

📋 copy color: '#B0595E'

red 176 ◦ green 89 ◦ blue 94

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

Shades of Blush #B0595E

Tints of Blush #B0595E

RGB

 RED value IS 176 (69.14% from 255) = 49.03%

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 49.03%
G = 24.79%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0595E (or 0xB0595E) is known color: Blush. HEX triplet: B0, 59 and 5E. RGB value is (176,89,94). Sum of RGB (Red+Green+Blue) = 176+89+94=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0595E is #4FA6A1. Grayscale: #737373. Windows color (decimal): -5220002 or 6183344. OLE color: 6183344.

HSL color Cylindrical-coordinate representation of color #B0595E: hue angle of 356.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0595E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 94 -
CMYK 0 0.49 0.47 0.31
HSL 356.55º 0.36% 0.52% -
HSV(B) 356.55º 0.49% 0.69% -
XYZ 23.5 17.18 12.67 -
YUV 115.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 176 89 94 0 0.49 0.47 0.31 356.55 0.36 0.52
Hex B0 59 5E 0 31 2F 1F 165 24 34
Octal 260 131 136 0 61 57 37 545 44 64
Binary 10110000 1011001 1011110 0 110001 101111 11111 101100101 100100 110100

Color Harmonies of #B0595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0595E

Black with #B0595E

Text Example


Text Example

White with #B0595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0595E; }

 p { color: rgb(176,89,94); }

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

background-color css

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

 a { background-color: rgb(176,89,94); }

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

border-color css

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

 span { border-color: rgb(176,89,94); }

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