Html Css Color HEX #B35A5E Blush

📋 copy color: '#B35A5E'

red 179 ◦ green 90 ◦ blue 94

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

Shades of Blush #B35A5E

Tints of Blush #B35A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

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

R = 49.31%
G = 24.79%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B35A5E (or 0xB35A5E) is known color: Blush. HEX triplet: B3, 5A and 5E. RGB value is (179,90,94). Sum of RGB (Red+Green+Blue) = 179+90+94=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A5E is #4CA5A1. Grayscale: #757575. Windows color (decimal): -5023138 or 6183603. OLE color: 6183603.

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

Color convert

RGB 179 90 94 -
CMYK 0 0.50 0.47 0.30
HSL 357.3º 0.37% 0.53% -
HSV(B) 357.3º 0.5% 0.7% -
XYZ 24.27 17.7 12.73 -
YUV 117.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 179 90 94 0 0.50 0.47 0.30 357.3 0.37 0.53
Hex B3 5A 5E 0 32 2F 1E 165 25 35
Octal 263 132 136 0 62 57 36 545 45 65
Binary 10110011 1011010 1011110 0 110010 101111 11110 101100101 100101 110101

Color Harmonies of #B35A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A5E

Black with #B35A5E

Text Example


Text Example

White with #B35A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A5E; }

 p { color: rgb(179,90,94); }

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

background-color css

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

 a { background-color: rgb(179,90,94); }

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

border-color css

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

 span { border-color: rgb(179,90,94); }

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