#B09568

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

Shades of Barley Corn #B09568

Tints of Barley Corn #B09568

Color information

#B09568 (or 0xB09568) is unknown color: approx Barley Corn. HEX triplet: B0, 95 and 68. RGB value is (176,149,104). Sum of RGB (Red+Green+Blue) = 176+149+104=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09568 is #4F6A97. Grayscale: #989898. Windows color (decimal): -5204632 or 6854064. OLE color: 6854064.

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

Color convert

RGB176149104-
CMYK00.150.410.31
HSL37.5º31.3%54.9%-
HSV(B)37.5º40.91%69.02%-
XYZ31.1531.7217.58-
YUV151.94100.95145.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=41.03%
G=34.73%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614910400.150.410.3137.531.354.9
HexB095680F291F261f37
Octal2602251500175137463767
Binary10110000100101011101000011111010011111110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09568; }

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

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

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

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

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

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

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

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