#B68F68

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

Shades of Barley Corn #B68F68

Tints of Barley Corn #B68F68

Color information

#B68F68 (or 0xB68F68) is unknown color: approx Barley Corn. HEX triplet: B6, 8F and 68. RGB value is (182,143,104). Sum of RGB (Red+Green+Blue) = 182+143+104=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F68 is #497097. Grayscale: #969696. Windows color (decimal): -4812952 or 6852534. OLE color: 6852534.

HSL color Cylindrical-coordinate representation of color #B68F68: hue angle of 30º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68F68 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182143104-
CMYK00.210.430.29
HSL30º34.82%56.08%-
HSV(B)30º42.86%71.37%-
XYZ31.6130.5917.33-
YUV150.21101.92150.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214310400.210.430.293034.8256.08
HexB68F680152B1D1e2338
Octal2662171500255335364370
Binary101101101000111111010000101011010111110111110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F68; }

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

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

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

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

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

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

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

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