#B69653

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

Shades of Barley Corn #B69653

Tints of Barley Corn #B69653

Color information

#B69653 (or 0xB69653) is unknown color: approx Barley Corn. HEX triplet: B6, 96 and 53. RGB value is (182,150,83). Sum of RGB (Red+Green+Blue) = 182+150+83=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B69653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69653 is #4969AC. Grayscale: #989898. Windows color (decimal): -4811181 or 5478070. OLE color: 5478070.

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

Color convert

RGB18215083-
CMYK00.180.540.29
HSL40.61º40.41%51.96%-
HSV(B)40.61º54.4%71.37%-
XYZ31.7632.3812.76-
YUV151.9389.1149.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 83 (32.81% from 255) = 20%
R=43.86%
G=36.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821508300.180.540.2940.6140.4151.96
HexB69653012361D292834
Octal2662261230226635515064
Binary1011011010010110101001101001011011011101101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69653; }

 p { color: rgb(182,150,83); }

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

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

 a { background-color: rgb(182,150,83); }

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

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

 span { border-color: rgb(182,150,83); }

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