#B3946A

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

Shades of Barley Corn #B3946A

Tints of Barley Corn #B3946A

Color information

#B3946A (or 0xB3946A) is unknown color: approx Barley Corn. HEX triplet: B3, 94 and 6A. RGB value is (179,148,106). Sum of RGB (Red+Green+Blue) = 179+148+106=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3946A is #4C6B95. Grayscale: #989898. Windows color (decimal): -5008278 or 6984883. OLE color: 6984883.

HSL color Cylindrical-coordinate representation of color #B3946A: hue angle of 34.52º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3946A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179148106-
CMYK00.170.410.30
HSL34.52º32.44%55.88%-
HSV(B)34.52º40.78%70.2%-
XYZ31.7831.818.1-
YUV152.48101.77146.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=41.34%
G=34.18%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914810600.170.410.3034.5232.4455.88
HexB3946A011291E232038
Octal2632241520215136434070
Binary1011001110010100110101001000110100111110100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3946A; }

 p { color: rgb(179,148,106); }

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

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

 a { background-color: rgb(179,148,106); }

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

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

 span { border-color: rgb(179,148,106); }

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