#B69456

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

Shades of Barley Corn #B69456

Tints of Barley Corn #B69456

Color information

#B69456 (or 0xB69456) is unknown color: approx Barley Corn. HEX triplet: B6, 94 and 56. RGB value is (182,148,86). Sum of RGB (Red+Green+Blue) = 182+148+86=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B69456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69456 is #496BA9. Grayscale: #979797. Windows color (decimal): -4811690 or 5674166. OLE color: 5674166.

HSL color Cylindrical-coordinate representation of color #B69456: hue angle of 38.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B69456 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18214886-
CMYK00.190.530.29
HSL38.75º39.67%52.55%-
HSV(B)38.75º52.75%71.37%-
XYZ31.5631.813.28-
YUV151.191.26150.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=43.75%
G=35.58%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821488600.190.530.2938.7539.6752.55
HexB69456013351D272835
Octal2662241260236535475065
Binary1011011010010100101011001001111010111101100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69456; }

 p { color: rgb(182,148,86); }

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

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

 a { background-color: rgb(182,148,86); }

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

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

 span { border-color: rgb(182,148,86); }

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