#B68E5B

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

Shades of Barley Corn #B68E5B

Tints of Barley Corn #B68E5B

Color information

#B68E5B (or 0xB68E5B) is unknown color: approx Barley Corn. HEX triplet: B6, 8E and 5B. RGB value is (182,142,91). Sum of RGB (Red+Green+Blue) = 182+142+91=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E5B is #4971A4. Grayscale: #949494. Windows color (decimal): -4813221 or 6000310. OLE color: 6000310.

HSL color Cylindrical-coordinate representation of color #B68E5B: hue angle of 33.63º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B68E5B is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18214291-
CMYK00.220.50.29
HSL33.63º38.4%53.53%-
HSV(B)33.63º50%71.37%-
XYZ30.8530.0514.07-
YUV148.1595.75152.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=43.86%
G=34.22%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821429100.220.50.2933.6338.453.53
HexB68E5B016321D222636
Octal2662161330266235424666
Binary1011011010001110101101101011011001011101100010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E5B; }

 p { color: rgb(182,142,91); }

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

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

 a { background-color: rgb(182,142,91); }

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

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

 span { border-color: rgb(182,142,91); }

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