#B69E5F

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

Shades of Barley Corn #B69E5F

Tints of Barley Corn #B69E5F

Color information

#B69E5F (or 0xB69E5F) is unknown color: approx Barley Corn. HEX triplet: B6, 9E and 5F. RGB value is (182,158,95). Sum of RGB (Red+Green+Blue) = 182+158+95=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E5F is #4961A0. Grayscale: #9E9E9E. Windows color (decimal): -4809121 or 6266550. OLE color: 6266550.

HSL color Cylindrical-coordinate representation of color #B69E5F: hue angle of 43.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B69E5F is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18215895-
CMYK00.130.480.29
HSL43.45º37.34%54.31%-
HSV(B)43.45º47.8%71.37%-
XYZ33.5835.2315.86-
YUV157.9992.45145.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=41.84%
G=36.32%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821589500.130.480.2943.4537.3454.31
HexB69E5F0D301D2b2536
Octal2662361370156035534566
Binary101101101001111010111110110111000011101101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E5F; }

 p { color: rgb(182,158,95); }

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

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

 a { background-color: rgb(182,158,95); }

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

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

 span { border-color: rgb(182,158,95); }

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