#B3895D

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

Shades of Barley Corn #B3895D

Tints of Barley Corn #B3895D

Color information

#B3895D (or 0xB3895D) is unknown color: approx Barley Corn. HEX triplet: B3, 89 and 5D. RGB value is (179,137,93). Sum of RGB (Red+Green+Blue) = 179+137+93=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3895D is #4C76A2. Grayscale: #909090. Windows color (decimal): -5011107 or 6130099. OLE color: 6130099.

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

Color convert

RGB17913793-
CMYK00.230.480.30
HSL30.7º36.13%53.33%-
HSV(B)30.7º48.04%70.2%-
XYZ29.5128.2714.26-
YUV144.5498.91152.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=43.77%
G=33.50%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791379300.230.480.3030.736.1353.33
HexB3895D017301E1f2435
Octal2632111350276036374465
Binary101100111000100110111010101111100001111011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3895D; }

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

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

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

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

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

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

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

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