#B69761

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

Shades of Barley Corn #B69761

Tints of Barley Corn #B69761

Color information

#B69761 (or 0xB69761) is unknown color: approx Barley Corn. HEX triplet: B6, 97 and 61. RGB value is (182,151,97). Sum of RGB (Red+Green+Blue) = 182+151+97=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B69761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69761 is #49689E. Grayscale: #9A9A9A. Windows color (decimal): -4810911 or 6395830. OLE color: 6395830.

HSL color Cylindrical-coordinate representation of color #B69761: hue angle of 38.12º 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 #B69761 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18215197-
CMYK00.170.470.29
HSL38.12º36.8%54.71%-
HSV(B)38.12º46.7%71.37%-
XYZ32.5232.9415.95-
YUV154.1195.77147.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=42.33%
G=35.12%
B=22.56%

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
Decimal1821519700.170.470.2938.1236.854.71
HexB697610112F1D262537
Octal2662271410215735464567
Binary1011011010010111110000101000110111111101100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69761; }

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

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

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

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

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

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

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

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