#B8555A

Color #B8555A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B8555A

Tints of Blush #B8555A

Color information

#B8555A (or 0xB8555A) is unknown color: approx Blush. HEX triplet: B8, 55 and 5A. RGB value is (184,85,90). Sum of RGB (Red+Green+Blue) = 184+85+90=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8555A is #47AAA5. Grayscale: #737373. Windows color (decimal): -4696742 or 5920184. OLE color: 5920184.

HSL color Cylindrical-coordinate representation of color #B8555A: hue angle of 356.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8555A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1848590-
CMYK00.540.510.28
HSL356.97º41.08%52.75%-
HSV(B)356.97º53.8%72.16%-
XYZ24.8617.4311.73-
YUV115.17113.8177.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=51.25%
G=23.68%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184859000.540.510.28356.9741.0852.75
HexB8555A036331C1652935
Octal27012513206663345455165
Binary1011100010101011011010011011011001111100101100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8555A; }

 p { color: rgb(184,85,90); }

 H1.HeaderClassName
 {
   color: #B8555A;
 }
 .AnyTagClassName
 {
   color: #B8555A;
 }
</style>
background-color css

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

 a { background-color: rgb(184,85,90); }

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

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

 span { border-color: rgb(184,85,90); }

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