#B68F60

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

Shades of Barley Corn #B68F60

Tints of Barley Corn #B68F60

Color information

#B68F60 (or 0xB68F60) is unknown color: approx Barley Corn. HEX triplet: B6, 8F and 60. RGB value is (182,143,96). Sum of RGB (Red+Green+Blue) = 182+143+96=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F60 is #49709F. Grayscale: #959595. Windows color (decimal): -4812960 or 6328246. OLE color: 6328246.

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

Color convert

RGB18214396-
CMYK00.210.470.29
HSL32.79º37.07%54.51%-
HSV(B)32.79º47.25%71.37%-
XYZ31.2330.4315.3-
YUV149.397.92151.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=43.23%
G=33.97%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821439600.210.470.2932.7937.0754.51
HexB68F600152F1D212537
Octal2662171400255735414567
Binary1011011010001111110000001010110111111101100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F60; }

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

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

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

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

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

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

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

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