#B69C67

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

Shades of Barley Corn #B69C67

Tints of Barley Corn #B69C67

Color information

#B69C67 (or 0xB69C67) is unknown color: approx Barley Corn. HEX triplet: B6, 9C and 67. RGB value is (182,156,103). Sum of RGB (Red+Green+Blue) = 182+156+103=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C67 is #496398. Grayscale: #9D9D9D. Windows color (decimal): -4809625 or 6790326. OLE color: 6790326.

HSL color Cylindrical-coordinate representation of color #B69C67: hue angle of 40.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B69C67 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182156103-
CMYK00.140.430.29
HSL40.25º35.11%55.88%-
HSV(B)40.25º43.41%71.37%-
XYZ33.6334.717.76-
YUV157.7397.11145.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=41.27%
G=35.37%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215610300.140.430.2940.2535.1155.88
HexB69C670E2B1D282338
Octal2662341470165335504370
Binary101101101001110011001110111010101111101101000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C67; }

 p { color: rgb(182,156,103); }

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

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

 a { background-color: rgb(182,156,103); }

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

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

 span { border-color: rgb(182,156,103); }

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