#B09462

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

Shades of Barley Corn #B09462

Tints of Barley Corn #B09462

Color information

#B09462 (or 0xB09462) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 62. RGB value is (176,148,98). Sum of RGB (Red+Green+Blue) = 176+148+98=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B09462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09462 is #4F6B9D. Grayscale: #969696. Windows color (decimal): -5204894 or 6460592. OLE color: 6460592.

HSL color Cylindrical-coordinate representation of color #B09462: hue angle of 38.46º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B09462 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17614898-
CMYK00.160.440.31
HSL38.46º33.05%53.73%-
HSV(B)38.46º44.32%69.02%-
XYZ30.731.2915.98-
YUV150.6798.28146.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=41.71%
G=35.07%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761489800.160.440.3138.4633.0553.73
HexB094620102C1F262136
Octal2602241420205437464166
Binary1011000010010100110001001000010110011111100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09462; }

 p { color: rgb(176,148,98); }

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

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

 a { background-color: rgb(176,148,98); }

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

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

 span { border-color: rgb(176,148,98); }

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