#B09669

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

Shades of Barley Corn #B09669

Tints of Barley Corn #B09669

Color information

#B09669 (or 0xB09669) is unknown color: approx Barley Corn. HEX triplet: B0, 96 and 69. RGB value is (176,150,105). Sum of RGB (Red+Green+Blue) = 176+150+105=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B09669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09669 is #4F6996. Grayscale: #989898. Windows color (decimal): -5204375 or 6919856. OLE color: 6919856.

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

Color convert

RGB176150105-
CMYK00.150.400.31
HSL38.03º31%55.1%-
HSV(B)38.03º40.34%69.02%-
XYZ31.3632.0617.9-
YUV152.64101.11144.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=40.84%
G=34.80%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615010500.150.400.3138.033155.1
HexB096690F281F261f37
Octal2602261510175037463767
Binary10110000100101101101001011111010001111110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09669; }

 p { color: rgb(176,150,105); }

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

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

 a { background-color: rgb(176,150,105); }

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

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

 span { border-color: rgb(176,150,105); }

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