#B68C58

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

Shades of Barley Corn #B68C58

Tints of Barley Corn #B68C58

Color information

#B68C58 (or 0xB68C58) is unknown color: approx Barley Corn. HEX triplet: B6, 8C and 58. RGB value is (182,140,88). Sum of RGB (Red+Green+Blue) = 182+140+88=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C58 is #4973A7. Grayscale: #929292. Windows color (decimal): -4813736 or 5803190. OLE color: 5803190.

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

Color convert

RGB18214088-
CMYK00.230.520.29
HSL33.19º39.17%52.94%-
HSV(B)33.19º51.65%71.37%-
XYZ30.4329.4113.3-
YUV146.6394.91153.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 88 (34.77% from 255) = 21.46%
R=44.39%
G=34.15%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821408800.230.520.2933.1939.1752.94
HexB68C58017341D212735
Octal2662141300276435414765
Binary1011011010001100101100001011111010011101100001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C58; }

 p { color: rgb(182,140,88); }

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

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

 a { background-color: rgb(182,140,88); }

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

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

 span { border-color: rgb(182,140,88); }

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