#B3935D

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

Shades of Barley Corn #B3935D

Tints of Barley Corn #B3935D

Color information

#B3935D (or 0xB3935D) is unknown color: approx Barley Corn. HEX triplet: B3, 93 and 5D. RGB value is (179,147,93). Sum of RGB (Red+Green+Blue) = 179+147+93=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3935D is #4C6CA2. Grayscale: #969696. Windows color (decimal): -5008547 or 6132659. OLE color: 6132659.

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

Color convert

RGB17914793-
CMYK00.180.480.30
HSL37.67º36.13%53.33%-
HSV(B)37.67º48.04%70.2%-
XYZ3131.2414.75-
YUV150.4195.6148.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=42.72%
G=35.08%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791479300.180.480.3037.6736.1353.33
HexB3935D012301E262435
Octal2632231350226036464465
Binary1011001110010011101110101001011000011110100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3935D; }

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

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

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

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

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

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

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

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