#B68F64

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

Shades of Barley Corn #B68F64

Tints of Barley Corn #B68F64

Color information

#B68F64 (or 0xB68F64) is unknown color: approx Barley Corn. HEX triplet: B6, 8F and 64. RGB value is (182,143,100). Sum of RGB (Red+Green+Blue) = 182+143+100=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F64 is #49709B. Grayscale: #959595. Windows color (decimal): -4812956 or 6590390. OLE color: 6590390.

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

Color convert

RGB182143100-
CMYK00.210.450.29
HSL31.46º35.96%55.29%-
HSV(B)31.46º45.05%71.37%-
XYZ31.4130.5116.29-
YUV149.7699.92151-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=42.82%
G=33.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214310000.210.450.2931.4635.9655.29
HexB68F640152D1D1f2437
Octal2662171440255535374467
Binary101101101000111111001000101011011011110111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F64; }

 p { color: rgb(182,143,100); }

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

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

 a { background-color: rgb(182,143,100); }

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

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

 span { border-color: rgb(182,143,100); }

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