Html Css Color HEX #B35E68 Blush

📋 copy color: '#B35E68'

red 179 ◦ green 94 ◦ blue 104

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

Shades of Blush #B35E68

Tints of Blush #B35E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 47.48%
G = 24.93%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B35E68 (or 0xB35E68) is known color: Blush. HEX triplet: B3, 5E and 68. RGB value is (179,94,104). Sum of RGB (Red+Green+Blue) = 179+94+104=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E68 is #4CA197. Grayscale: #787878. Windows color (decimal): -5022104 or 6839987. OLE color: 6839987.

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

Color convert

RGB 179 94 104 -
CMYK 0 0.47 0.42 0.30
HSL 352.94º 0.36% 0.54% -
HSV(B) 352.94º 0.47% 0.7% -
XYZ 25.09 18.59 15.36 -
YUV 120.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 179 94 104 0 0.47 0.42 0.30 352.94 0.36 0.54
Hex B3 5E 68 0 2F 2A 1E 161 24 36
Octal 263 136 150 0 57 52 36 541 44 66
Binary 10110011 1011110 1101000 0 101111 101010 11110 101100001 100100 110110

Color Harmonies of #B35E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E68

Black with #B35E68

Text Example


Text Example

White with #B35E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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