#B06067

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

Shades of Blush #B06067

Tints of Blush #B06067

Color information

#B06067 (or 0xB06067) is unknown color: approx Blush. HEX triplet: B0, 60 and 67. RGB value is (176,96,103). Sum of RGB (Red+Green+Blue) = 176+96+103=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06067 is #4F9F98. Grayscale: #787878. Windows color (decimal): -5218201 or 6774960. OLE color: 6774960.

HSL color Cylindrical-coordinate representation of color #B06067: hue angle of 354.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06067 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17696103-
CMYK00.450.410.31
HSL354.75º33.61%53.33%-
HSV(B)354.75º45.45%69.02%-
XYZ24.5418.5815.12-
YUV120.72118167.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=46.93%
G=25.6%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769610300.450.410.31354.7533.6153.33
HexB0606702D291F1632235
Octal26014014705551375434265
Binary1011000011000001100111010110110100111111101100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06067; }

 p { color: rgb(176,96,103); }

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

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

 a { background-color: rgb(176,96,103); }

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

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

 span { border-color: rgb(176,96,103); }

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