Html Css Color HEX #B3585D Blush

📋 copy color: '#B3585D'

red 179 ◦ green 88 ◦ blue 93

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

Shades of Blush #B3585D

Tints of Blush #B3585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 49.72%
G = 24.44%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3585D (or 0xB3585D) is known color: Blush. HEX triplet: B3, 58 and 5D. RGB value is (179,88,93). Sum of RGB (Red+Green+Blue) = 179+88+93=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3585D is #4CA7A2. Grayscale: #737373. Windows color (decimal): -5023651 or 6117555. OLE color: 6117555.

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

Color convert

RGB 179 88 93 -
CMYK 0 0.51 0.48 0.30
HSL 356.7º 0.37% 0.52% -
HSV(B) 356.7º 0.51% 0.7% -
XYZ 24.06 17.35 12.44 -
YUV 115.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 179 88 93 0 0.51 0.48 0.30 356.7 0.37 0.52
Hex B3 58 5D 0 33 30 1E 165 25 34
Octal 263 130 135 0 63 60 36 545 45 64
Binary 10110011 1011000 1011101 0 110011 110000 11110 101100101 100101 110100

Color Harmonies of #B3585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3585D

Black with #B3585D

Text Example


Text Example

White with #B3585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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