Html Css Color HEX #B35D6E Blush

📋 copy color: '#B35D6E'

red 179 ◦ green 93 ◦ blue 110

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

Shades of Blush #B35D6E

Tints of Blush #B35D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 46.86%
G = 24.35%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B35D6E (or 0xB35D6E) is known color: Blush. HEX triplet: B3, 5D and 6E. RGB value is (179,93,110). Sum of RGB (Red+Green+Blue) = 179+93+110=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D6E is #4CA291. Grayscale: #787878. Windows color (decimal): -5022354 or 7232947. OLE color: 7232947.

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

Color convert

RGB 179 93 110 -
CMYK 0 0.48 0.39 0.30
HSL 348.14º 0.36% 0.53% -
HSV(B) 348.14º 0.48% 0.7% -
XYZ 25.32 18.54 17 -
YUV 120.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 179 93 110 0 0.48 0.39 0.30 348.14 0.36 0.53
Hex B3 5D 6E 0 30 27 1E 15C 24 35
Octal 263 135 156 0 60 47 36 534 44 65
Binary 10110011 1011101 1101110 0 110000 100111 11110 101011100 100100 110101

Color Harmonies of #B35D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D6E

Black with #B35D6E

Text Example


Text Example

White with #B35D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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