#B96369

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

Shades of Blush #B96369

Tints of Blush #B96369

Color information

#B96369 (or 0xB96369) is unknown color: approx Blush. HEX triplet: B9, 63 and 69. RGB value is (185,99,105). Sum of RGB (Red+Green+Blue) = 185+99+105=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B96369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96369 is #469C96. Grayscale: #7D7D7D. Windows color (decimal): -4627607 or 6906809. OLE color: 6906809.

HSL color Cylindrical-coordinate representation of color #B96369: hue angle of 355.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96369 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18599105-
CMYK00.460.430.27
HSL355.81º38.05%55.69%-
HSV(B)355.81º46.49%72.55%-
XYZ27.0220.2615.85-
YUV125.4116.49170.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=47.56%
G=25.45%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859910500.460.430.27355.8138.0555.69
HexB9636902E2B1B1642638
Octal27114315105653335444670
Binary1011100111000111101001010111010101111011101100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96369; }

 p { color: rgb(185,99,105); }

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

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

 a { background-color: rgb(185,99,105); }

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

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

 span { border-color: rgb(185,99,105); }

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