#B6935F

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

Shades of Barley Corn #B6935F

Tints of Barley Corn #B6935F

Color information

#B6935F (or 0xB6935F) is unknown color: approx Barley Corn. HEX triplet: B6, 93 and 5F. RGB value is (182,147,95). Sum of RGB (Red+Green+Blue) = 182+147+95=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6935F is #496CA0. Grayscale: #979797. Windows color (decimal): -4811937 or 6263734. OLE color: 6263734.

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

Color convert

RGB18214795-
CMYK00.190.480.29
HSL35.86º37.34%54.31%-
HSV(B)35.86º47.8%71.37%-
XYZ31.7931.6415.26-
YUV151.5496.1149.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=42.92%
G=34.67%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821479500.190.480.2935.8637.3454.31
HexB6935F013301D242536
Octal2662231370236035444566
Binary1011011010010011101111101001111000011101100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6935F; }

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

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

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

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

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

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

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

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