#B09283

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

Shades of Sandrift #B09283

Tints of Sandrift #B09283

Color information

#B09283 (or 0xB09283) is unknown color: approx Sandrift. HEX triplet: B0, 92 and 83. RGB value is (176,146,131). Sum of RGB (Red+Green+Blue) = 176+146+131=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B09283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09283 is #4F6D7C. Grayscale: #999999. Windows color (decimal): -5205373 or 8622768. OLE color: 8622768.

HSL color Cylindrical-coordinate representation of color #B09283: hue angle of 20º 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 #B09283 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176146131-
CMYK00.170.260.31
HSL20º22.17%60.2%-
HSV(B)20º25.57%69.02%-
XYZ32.2831.4325.84-
YUV153.26115.44144.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=38.85%
G=32.23%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614613100.170.260.312022.1760.2
HexB092830111A1F14163c
Octal2602222030213237242674
Binary10110000100100101000001101000111010111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09283; }

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

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

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

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

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

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

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

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