#B3995B

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

Shades of Barley Corn #B3995B

Tints of Barley Corn #B3995B

Color information

#B3995B (or 0xB3995B) is unknown color: approx Barley Corn. HEX triplet: B3, 99 and 5B. RGB value is (179,153,91). Sum of RGB (Red+Green+Blue) = 179+153+91=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3995B is #4C66A4. Grayscale: #999999. Windows color (decimal): -5007013 or 6003123. OLE color: 6003123.

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

Color convert

RGB17915391-
CMYK00.150.490.30
HSL42.27º36.67%52.94%-
HSV(B)42.27º49.16%70.2%-
XYZ31.8733.1214.61-
YUV153.7192.61146.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=42.32%
G=36.17%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791539100.150.490.3042.2736.6752.94
HexB3995B0F311E2a2535
Octal2632311330176136524565
Binary101100111001100110110110111111000111110101010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3995B; }

 p { color: rgb(179,153,91); }

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

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

 a { background-color: rgb(179,153,91); }

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

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

 span { border-color: rgb(179,153,91); }

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