#B6905D

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

Shades of Barley Corn #B6905D

Tints of Barley Corn #B6905D

Color information

#B6905D (or 0xB6905D) is unknown color: approx Barley Corn. HEX triplet: B6, 90 and 5D. RGB value is (182,144,93). Sum of RGB (Red+Green+Blue) = 182+144+93=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6905D is #496FA2. Grayscale: #959595. Windows color (decimal): -4812707 or 6131894. OLE color: 6131894.

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

Color convert

RGB18214493-
CMYK00.210.490.29
HSL34.38º37.87%53.92%-
HSV(B)34.38º48.9%71.37%-
XYZ31.2430.6814.63-
YUV149.5596.09151.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=43.44%
G=34.37%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821449300.210.490.2934.3837.8753.92
HexB6905D015311D222636
Octal2662201350256135424666
Binary1011011010010000101110101010111000111101100010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6905D; }

 p { color: rgb(182,144,93); }

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

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

 a { background-color: rgb(182,144,93); }

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

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

 span { border-color: rgb(182,144,93); }

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