#B66368

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

Shades of Blush #B66368

Tints of Blush #B66368

Color information

#B66368 (or 0xB66368) is unknown color: approx Blush. HEX triplet: B6, 63 and 68. RGB value is (182,99,104). Sum of RGB (Red+Green+Blue) = 182+99+104=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B66368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66368 is #499C97. Grayscale: #7C7C7C. Windows color (decimal): -4824216 or 6841270. OLE color: 6841270.

HSL color Cylindrical-coordinate representation of color #B66368: hue angle of 356.39º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66368 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18299104-
CMYK00.460.430.29
HSL356.39º36.24%55.1%-
HSV(B)356.39º45.6%71.37%-
XYZ26.2519.8715.55-
YUV124.39116.5169.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=47.27%
G=25.71%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829910400.460.430.29356.3936.2455.1
HexB6636802E2B1D1642437
Octal26614315005653355444467
Binary1011011011000111101000010111010101111101101100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66368; }

 p { color: rgb(182,99,104); }

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

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

 a { background-color: rgb(182,99,104); }

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

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

 span { border-color: rgb(182,99,104); }

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