#B68F5E

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

Shades of Barley Corn #B68F5E

Tints of Barley Corn #B68F5E

Color information

#B68F5E (or 0xB68F5E) is unknown color: approx Barley Corn. HEX triplet: B6, 8F and 5E. RGB value is (182,143,94). Sum of RGB (Red+Green+Blue) = 182+143+94=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F5E is #4970A1. Grayscale: #959595. Windows color (decimal): -4812962 or 6197174. OLE color: 6197174.

HSL color Cylindrical-coordinate representation of color #B68F5E: hue angle of 33.41º degrees, saturation: 0.38, 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 #B68F5E is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18214394-
CMYK00.210.480.29
HSL33.41º37.61%54.12%-
HSV(B)33.41º48.35%71.37%-
XYZ31.1330.414.82-
YUV149.0796.92151.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=43.44%
G=34.13%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821439400.210.480.2933.4137.6154.12
HexB68F5E015301D212636
Octal2662171360256035414666
Binary1011011010001111101111001010111000011101100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F5E; }

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

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

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

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

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

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

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

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