#B68C53

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

Shades of Barley Corn #B68C53

Tints of Barley Corn #B68C53

Color information

#B68C53 (or 0xB68C53) is unknown color: approx Barley Corn. HEX triplet: B6, 8C and 53. RGB value is (182,140,83). Sum of RGB (Red+Green+Blue) = 182+140+83=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C53 is #4973AC. Grayscale: #929292. Windows color (decimal): -4813741 or 5475510. OLE color: 5475510.

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

Color convert

RGB18214083-
CMYK00.230.540.29
HSL34.55º40.41%51.96%-
HSV(B)34.55º54.4%71.37%-
XYZ30.2329.3312.25-
YUV146.0692.41153.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=44.94%
G=34.57%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821408300.230.540.2934.5540.4151.96
HexB68C53017361D232834
Octal2662141230276635435064
Binary1011011010001100101001101011111011011101100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C53; }

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

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

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

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

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

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

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

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