#B09384

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

Shades of Sandrift #B09384

Tints of Sandrift #B09384

Color information

#B09384 (or 0xB09384) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 84. RGB value is (176,147,132). Sum of RGB (Red+Green+Blue) = 176+147+132=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09384 is #4F6C7B. Grayscale: #9A9A9A. Windows color (decimal): -5205116 or 8688560. OLE color: 8688560.

HSL color Cylindrical-coordinate representation of color #B09384: hue angle of 20.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09384 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176147132-
CMYK00.160.250.31
HSL20.45º21.78%60.39%-
HSV(B)20.45º25%69.02%-
XYZ32.531.7626.25-
YUV153.96115.61143.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=38.68%
G=32.31%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614713200.160.250.3120.4521.7860.39
HexB09384010191F14163c
Octal2602232040203137242674
Binary10110000100100111000010001000011001111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09384; }

 p { color: rgb(176,147,132); }

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

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

 a { background-color: rgb(176,147,132); }

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

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

 span { border-color: rgb(176,147,132); }

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