#B3965C

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

Shades of Barley Corn #B3965C

Tints of Barley Corn #B3965C

Color information

#B3965C (or 0xB3965C) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 5C. RGB value is (179,150,92). Sum of RGB (Red+Green+Blue) = 179+150+92=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3965C is #4C69A3. Grayscale: #989898. Windows color (decimal): -5007780 or 6067891. OLE color: 6067891.

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

Color convert

RGB17915092-
CMYK00.160.490.30
HSL40º36.4%53.14%-
HSV(B)40º48.6%70.2%-
XYZ31.4332.1714.68-
YUV152.0694.11147.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=42.52%
G=35.63%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791509200.160.490.304036.453.14
HexB3965C010311E282435
Octal2632261340206136504465
Binary1011001110010110101110001000011000111110101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3965C; }

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

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

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

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

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

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

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

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