#B3945D

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

Shades of Barley Corn #B3945D

Tints of Barley Corn #B3945D

Color information

#B3945D (or 0xB3945D) is unknown color: approx Barley Corn. HEX triplet: B3, 94 and 5D. RGB value is (179,148,93). Sum of RGB (Red+Green+Blue) = 179+148+93=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3945D is #4C6BA2. Grayscale: #979797. Windows color (decimal): -5008291 or 6132915. OLE color: 6132915.

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

Color convert

RGB17914893-
CMYK00.170.480.30
HSL38.37º36.13%53.33%-
HSV(B)38.37º48.04%70.2%-
XYZ31.1631.5514.8-
YUV15195.27147.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=42.62%
G=35.24%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791489300.170.480.3038.3736.1353.33
HexB3945D011301E262435
Octal2632241350216036464465
Binary1011001110010100101110101000111000011110100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3945D; }

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

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

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

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

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

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

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

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