Html Css Color HEX #B35E73 Blush

📋 copy color: '#B35E73'

red 179 ◦ green 94 ◦ blue 115

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

Shades of Blush #B35E73

Tints of Blush #B35E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.23%

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

R = 46.13%
G = 24.23%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B35E73 (or 0xB35E73) is known color: Blush. HEX triplet: B3, 5E and 73. RGB value is (179,94,115). Sum of RGB (Red+Green+Blue) = 179+94+115=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E73 is #4CA18C. Grayscale: #797979. Windows color (decimal): -5022093 or 7560883. OLE color: 7560883.

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

Color convert

RGB 179 94 115 -
CMYK 0 0.47 0.36 0.30
HSL 345.18º 0.36% 0.54% -
HSV(B) 345.18º 0.47% 0.7% -
XYZ 25.69 18.83 18.5 -
YUV 121.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 179 94 115 0 0.47 0.36 0.30 345.18 0.36 0.54
Hex B3 5E 73 0 2F 24 1E 159 24 36
Octal 263 136 163 0 57 44 36 531 44 66
Binary 10110011 1011110 1110011 0 101111 100100 11110 101011001 100100 110110

Color Harmonies of #B35E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E73

Black with #B35E73

Text Example


Text Example

White with #B35E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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