Html Css Color HEX #B3595D Blush

📋 copy color: '#B3595D'

red 179 ◦ green 89 ◦ blue 93

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

Shades of Blush #B3595D

Tints of Blush #B3595D

RGB

 RED value IS 179 (70.31% from 255) = 49.58%

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

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

R = 49.58%
G = 24.65%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3595D (or 0xB3595D) is known color: Blush. HEX triplet: B3, 59 and 5D. RGB value is (179,89,93). Sum of RGB (Red+Green+Blue) = 179+89+93=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3595D is #4CA6A2. Grayscale: #747474. Windows color (decimal): -5023395 or 6117811. OLE color: 6117811.

HSL color Cylindrical-coordinate representation of color #B3595D: hue angle of 357.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3595D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 93 -
CMYK 0 0.50 0.48 0.30
HSL 357.33º 0.37% 0.53% -
HSV(B) 357.33º 0.5% 0.7% -
XYZ 24.14 17.52 12.47 -
YUV 116.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 179 89 93 0 0.50 0.48 0.30 357.33 0.37 0.53
Hex B3 59 5D 0 32 30 1E 165 25 35
Octal 263 131 135 0 62 60 36 545 45 65
Binary 10110011 1011001 1011101 0 110010 110000 11110 101100101 100101 110101

Color Harmonies of #B3595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3595D

Black with #B3595D

Text Example


Text Example

White with #B3595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3595D; }

 p { color: rgb(179,89,93); }

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

background-color css

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

 a { background-color: rgb(179,89,93); }

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

border-color css

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

 span { border-color: rgb(179,89,93); }

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