#B09268

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

Shades of Barley Corn #B09268

Tints of Barley Corn #B09268

Color information

#B09268 (or 0xB09268) is unknown color: approx Barley Corn. HEX triplet: B0, 92 and 68. RGB value is (176,146,104). Sum of RGB (Red+Green+Blue) = 176+146+104=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B09268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09268 is #4F6D97. Grayscale: #969696. Windows color (decimal): -5205400 or 6853296. OLE color: 6853296.

HSL color Cylindrical-coordinate representation of color #B09268: hue angle of 35º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B09268 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176146104-
CMYK00.170.410.31
HSL35º31.3%54.9%-
HSV(B)35º40.91%69.02%-
XYZ30.6830.7917.42-
YUV150.18101.94146.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=41.31%
G=34.27%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614610400.170.410.313531.354.9
HexB09268011291F231f37
Octal2602221500215137433767
Binary101100001001001011010000100011010011111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09268; }

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

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

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

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

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

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

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

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