Html Css Color HEX #B4585D Blush

📋 copy color: '#B4585D'

red 180 ◦ green 88 ◦ blue 93

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

Shades of Blush #B4585D

Tints of Blush #B4585D

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

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

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

R = 49.86%
G = 24.38%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4585D (or 0xB4585D) is known color: Blush. HEX triplet: B4, 58 and 5D. RGB value is (180,88,93). Sum of RGB (Red+Green+Blue) = 180+88+93=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4585D is #4BA7A2. Grayscale: #747474. Windows color (decimal): -4958115 or 6117556. OLE color: 6117556.

HSL color Cylindrical-coordinate representation of color #B4585D: hue angle of 356.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4585D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 88 93 -
CMYK 0 0.51 0.48 0.29
HSL 356.74º 0.38% 0.53% -
HSV(B) 356.74º 0.51% 0.71% -
XYZ 24.29 17.47 12.45 -
YUV 116.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 180 88 93 0 0.51 0.48 0.29 356.74 0.38 0.53
Hex B4 58 5D 0 33 30 1D 165 26 35
Octal 264 130 135 0 63 60 35 545 46 65
Binary 10110100 1011000 1011101 0 110011 110000 11101 101100101 100110 110101

Color Harmonies of #B4585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4585D

Black with #B4585D

Text Example


Text Example

White with #B4585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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