#B69255

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

Shades of Barley Corn #B69255

Tints of Barley Corn #B69255

Color information

#B69255 (or 0xB69255) is unknown color: approx Barley Corn. HEX triplet: B6, 92 and 55. RGB value is (182,146,85). Sum of RGB (Red+Green+Blue) = 182+146+85=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B69255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69255 is #496DAA. Grayscale: #969696. Windows color (decimal): -4812203 or 5608118. OLE color: 5608118.

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

Color convert

RGB18214685-
CMYK00.200.530.29
HSL37.73º39.92%52.35%-
HSV(B)37.73º53.3%71.37%-
XYZ31.2131.1612.96-
YUV149.8191.43150.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 85 (33.59% from 255) = 20.58%
R=44.07%
G=35.35%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821468500.200.530.2937.7339.9252.35
HexB69255014351D262834
Octal2662221250246535465064
Binary1011011010010010101010101010011010111101100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69255; }

 p { color: rgb(182,146,85); }

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

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

 a { background-color: rgb(182,146,85); }

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

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

 span { border-color: rgb(182,146,85); }

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