Html Css Color HEX #B35D73 Blush

📋 copy color: '#B35D73'

red 179 ◦ green 93 ◦ blue 115

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

Shades of Blush #B35D73

Tints of Blush #B35D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 46.25%
G = 24.03%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B35D73 (or 0xB35D73) is known color: Blush. HEX triplet: B3, 5D and 73. RGB value is (179,93,115). Sum of RGB (Red+Green+Blue) = 179+93+115=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D73 is #4CA28C. Grayscale: #797979. Windows color (decimal): -5022349 or 7560627. OLE color: 7560627.

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

Color convert

RGB 179 93 115 -
CMYK 0 0.48 0.36 0.30
HSL 344.65º 0.36% 0.53% -
HSV(B) 344.65º 0.48% 0.7% -
XYZ 25.6 18.65 18.47 -
YUV 121.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 179 93 115 0 0.48 0.36 0.30 344.65 0.36 0.53
Hex B3 5D 73 0 30 24 1E 159 24 35
Octal 263 135 163 0 60 44 36 531 44 65
Binary 10110011 1011101 1110011 0 110000 100100 11110 101011001 100100 110101

Color Harmonies of #B35D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D73

Black with #B35D73

Text Example


Text Example

White with #B35D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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