#B09768

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

Shades of Barley Corn #B09768

Tints of Barley Corn #B09768

Color information

#B09768 (or 0xB09768) is unknown color: approx Barley Corn. HEX triplet: B0, 97 and 68. RGB value is (176,151,104). Sum of RGB (Red+Green+Blue) = 176+151+104=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B09768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09768 is #4F6897. Grayscale: #999999. Windows color (decimal): -5204120 or 6854576. OLE color: 6854576.

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

Color convert

RGB176151104-
CMYK00.140.410.31
HSL39.17º31.3%54.9%-
HSV(B)39.17º40.91%69.02%-
XYZ31.4732.3617.68-
YUV153.12100.28144.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=40.84%
G=35.03%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615110400.140.410.3139.1731.354.9
HexB097680E291F271f37
Octal2602271500165137473767
Binary10110000100101111101000011101010011111110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09768; }

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

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

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

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

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

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

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

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