#B8536C

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

Shades of Blush #B8536C

Tints of Blush #B8536C

Color information

#B8536C (or 0xB8536C) is unknown color: approx Blush. HEX triplet: B8, 53 and 6C. RGB value is (184,83,108). Sum of RGB (Red+Green+Blue) = 184+83+108=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8536C is #47AC93. Grayscale: #747474. Windows color (decimal): -4697236 or 7099320. OLE color: 7099320.

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

Color convert

RGB18483108-
CMYK00.550.410.28
HSL345.15º41.56%52.35%-
HSV(B)345.15º54.89%72.16%-
XYZ25.5717.4616.21-
YUV116.05123.46176.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=49.07%
G=22.13%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848310800.550.410.28345.1541.5652.35
HexB8536C037291C1592a34
Octal27012315406751345315264
Binary1011100010100111101100011011110100111100101011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8536C; }

 p { color: rgb(184,83,108); }

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

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

 a { background-color: rgb(184,83,108); }

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

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

 span { border-color: rgb(184,83,108); }

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