#B09183

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

Shades of Sandrift #B09183

Tints of Sandrift #B09183

Color information

#B09183 (or 0xB09183) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 83. RGB value is (176,145,131). Sum of RGB (Red+Green+Blue) = 176+145+131=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09183 is #4F6E7C. Grayscale: #989898. Windows color (decimal): -5205629 or 8622512. OLE color: 8622512.

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

Color convert

RGB176145131-
CMYK00.180.260.31
HSL18.67º22.17%60.2%-
HSV(B)18.67º25.57%69.02%-
XYZ32.1331.1225.79-
YUV152.67115.77144.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=38.94%
G=32.08%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614513100.180.260.3118.6722.1760.2
HexB091830121A1F13163c
Octal2602212030223237232674
Binary10110000100100011000001101001011010111111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09183; }

 p { color: rgb(176,145,131); }

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

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

 a { background-color: rgb(176,145,131); }

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

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

 span { border-color: rgb(176,145,131); }

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