#B68D5A

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

Shades of Barley Corn #B68D5A

Tints of Barley Corn #B68D5A

Color information

#B68D5A (or 0xB68D5A) is unknown color: approx Barley Corn. HEX triplet: B6, 8D and 5A. RGB value is (182,141,90). Sum of RGB (Red+Green+Blue) = 182+141+90=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D5A is #4972A5. Grayscale: #939393. Windows color (decimal): -4813478 or 5934518. OLE color: 5934518.

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

Color convert

RGB18214190-
CMYK00.230.510.29
HSL33.26º38.66%53.33%-
HSV(B)33.26º50.55%71.37%-
XYZ30.6629.7313.8-
YUV147.4495.58152.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=44.07%
G=34.14%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821419000.230.510.2933.2638.6653.33
HexB68D5A017331D212735
Octal2662151320276335414765
Binary1011011010001101101101001011111001111101100001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D5A; }

 p { color: rgb(182,141,90); }

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

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

 a { background-color: rgb(182,141,90); }

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

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

 span { border-color: rgb(182,141,90); }

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