#B69760

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

Shades of Barley Corn #B69760

Tints of Barley Corn #B69760

Color information

#B69760 (or 0xB69760) is unknown color: approx Barley Corn. HEX triplet: B6, 97 and 60. RGB value is (182,151,96). Sum of RGB (Red+Green+Blue) = 182+151+96=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B69760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69760 is #49689F. Grayscale: #9A9A9A. Windows color (decimal): -4810912 or 6330294. OLE color: 6330294.

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

Color convert

RGB18215196-
CMYK00.170.470.29
HSL38.37º37.07%54.51%-
HSV(B)38.37º47.25%71.37%-
XYZ32.4732.9215.71-
YUV15495.27147.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=42.42%
G=35.20%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821519600.170.470.2938.3737.0754.51
HexB697600112F1D262537
Octal2662271400215735464567
Binary1011011010010111110000001000110111111101100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69760; }

 p { color: rgb(182,151,96); }

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

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

 a { background-color: rgb(182,151,96); }

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

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

 span { border-color: rgb(182,151,96); }

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