Html Css Color HEX #B35E65 Blush

📋 copy color: '#B35E65'

red 179 ◦ green 94 ◦ blue 101

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

Shades of Blush #B35E65

Tints of Blush #B35E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 47.86%
G = 25.13%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B35E65 (or 0xB35E65) is known color: Blush. HEX triplet: B3, 5E and 65. RGB value is (179,94,101). Sum of RGB (Red+Green+Blue) = 179+94+101=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E65 is #4CA19A. Grayscale: #787878. Windows color (decimal): -5022107 or 6643379. OLE color: 6643379.

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

Color convert

RGB 179 94 101 -
CMYK 0 0.47 0.44 0.30
HSL 355.06º 0.36% 0.54% -
HSV(B) 355.06º 0.47% 0.7% -
XYZ 24.94 18.53 14.57 -
YUV 120.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 179 94 101 0 0.47 0.44 0.30 355.06 0.36 0.54
Hex B3 5E 65 0 2F 2C 1E 163 24 36
Octal 263 136 145 0 57 54 36 543 44 66
Binary 10110011 1011110 1100101 0 101111 101100 11110 101100011 100100 110110

Color Harmonies of #B35E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E65

Black with #B35E65

Text Example


Text Example

White with #B35E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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