#B68C5F

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

Shades of Barley Corn #B68C5F

Tints of Barley Corn #B68C5F

Color information

#B68C5F (or 0xB68C5F) is unknown color: approx Barley Corn. HEX triplet: B6, 8C and 5F. RGB value is (182,140,95). Sum of RGB (Red+Green+Blue) = 182+140+95=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C5F is #4973A0. Grayscale: #939393. Windows color (decimal): -4813729 or 6261942. OLE color: 6261942.

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

Color convert

RGB18214095-
CMYK00.230.480.29
HSL31.03º37.34%54.31%-
HSV(B)31.03º47.8%71.37%-
XYZ30.7429.5314.91-
YUV147.4398.41152.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=43.65%
G=33.57%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821409500.230.480.2931.0337.3454.31
HexB68C5F017301D1f2536
Octal2662141370276035374566
Binary101101101000110010111110101111100001110111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C5F; }

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

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

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

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

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

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

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

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