#B36068

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

Shades of Blush #B36068

Tints of Blush #B36068

Color information

#B36068 (or 0xB36068) is unknown color: approx Blush. HEX triplet: B3, 60 and 68. RGB value is (179,96,104). Sum of RGB (Red+Green+Blue) = 179+96+104=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B36068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36068 is #4C9F97. Grayscale: #797979. Windows color (decimal): -5021592 or 6840499. OLE color: 6840499.

HSL color Cylindrical-coordinate representation of color #B36068: hue angle of 354.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36068 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17996104-
CMYK00.460.420.30
HSL354.22º35.32%53.92%-
HSV(B)354.22º46.37%70.2%-
XYZ25.2718.9515.42-
YUV121.73118168.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=47.23%
G=25.33%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799610400.460.420.30354.2235.3253.92
HexB3606802E2A1E1622336
Octal26314015005652365424366
Binary1011001111000001101000010111010101011110101100010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36068; }

 p { color: rgb(179,96,104); }

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

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

 a { background-color: rgb(179,96,104); }

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

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

 span { border-color: rgb(179,96,104); }

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