#B3995C

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

Shades of Barley Corn #B3995C

Tints of Barley Corn #B3995C

Color information

#B3995C (or 0xB3995C) is unknown color: approx Barley Corn. HEX triplet: B3, 99 and 5C. RGB value is (179,153,92). Sum of RGB (Red+Green+Blue) = 179+153+92=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3995C is #4C66A3. Grayscale: #9A9A9A. Windows color (decimal): -5007012 or 6068659. OLE color: 6068659.

HSL color Cylindrical-coordinate representation of color #B3995C: hue angle of 42.07º degrees, saturation: 0.36, 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 #B3995C is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17915392-
CMYK00.150.490.30
HSL42.07º36.4%53.14%-
HSV(B)42.07º48.6%70.2%-
XYZ31.9133.1414.84-
YUV153.8293.11145.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=42.22%
G=36.08%
B=21.70%

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
Decimal1791539200.150.490.3042.0736.453.14
HexB3995C0F311E2a2435
Octal2632311340176136524465
Binary101100111001100110111000111111000111110101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3995C; }

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

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

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

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

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

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

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

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