#B68F61

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

Shades of Barley Corn #B68F61

Tints of Barley Corn #B68F61

Color information

#B68F61 (or 0xB68F61) is unknown color: approx Barley Corn. HEX triplet: B6, 8F and 61. RGB value is (182,143,97). Sum of RGB (Red+Green+Blue) = 182+143+97=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F61 is #49709E. Grayscale: #959595. Windows color (decimal): -4812959 or 6393782. OLE color: 6393782.

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

Color convert

RGB18214397-
CMYK00.210.470.29
HSL32.47º36.8%54.71%-
HSV(B)32.47º46.7%71.37%-
XYZ31.2730.4515.54-
YUV149.4298.42151.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=43.13%
G=33.89%
B=22.99%

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
Decimal1821439700.210.470.2932.4736.854.71
HexB68F610152F1D202537
Octal2662171410255735404567
Binary1011011010001111110000101010110111111101100000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F61; }

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

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

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

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

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

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

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

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