Html Css Color HEX #B8495E Blush

📋 copy color: '#B8495E'

red 184 ◦ green 73 ◦ blue 94

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

Shades of Blush #B8495E

Tints of Blush #B8495E

RGB

 RED value IS 184 (72.27% from 255) = 52.42%

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 52.42%
G = 20.8%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8495E (or 0xB8495E) is known color: Blush. HEX triplet: B8, 49 and 5E. RGB value is (184,73,94). Sum of RGB (Red+Green+Blue) = 184+73+94=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8495E is #47B6A1. Grayscale: #6C6C6C. Windows color (decimal): -4699810 or 6179256. OLE color: 6179256.

HSL color Cylindrical-coordinate representation of color #B8495E: hue angle of 348.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8495E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 94 -
CMYK 0 0.60 0.49 0.28
HSL 348.65º 0.44% 0.5% -
HSV(B) 348.65º 0.6% 0.72% -
XYZ 24.17 15.76 12.36 -
YUV 108.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 184 73 94 0 0.60 0.49 0.28 348.65 0.44 0.5
Hex B8 49 5E 0 3C 31 1C 15D 2C 32
Octal 270 111 136 0 74 61 34 535 54 62
Binary 10111000 1001001 1011110 0 111100 110001 11100 101011101 101100 110010

Color Harmonies of #B8495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8495E

Black with #B8495E

Text Example


Text Example

White with #B8495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8495E; }

 p { color: rgb(184,73,94); }

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

background-color css

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

 a { background-color: rgb(184,73,94); }

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

border-color css

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

 span { border-color: rgb(184,73,94); }

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