#B3965A

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

Shades of Barley Corn #B3965A

Tints of Barley Corn #B3965A

Color information

#B3965A (or 0xB3965A) is unknown color: approx Barley Corn. HEX triplet: B3, 96 and 5A. RGB value is (179,150,90). Sum of RGB (Red+Green+Blue) = 179+150+90=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3965A is #4C69A5. Grayscale: #989898. Windows color (decimal): -5007782 or 5936819. OLE color: 5936819.

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

Color convert

RGB17915090-
CMYK00.160.500.30
HSL40.45º36.93%52.75%-
HSV(B)40.45º49.72%70.2%-
XYZ31.3432.1314.22-
YUV151.8393.11147.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=42.72%
G=35.80%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791509000.160.500.3040.4536.9352.75
HexB3965A010321E282535
Octal2632261320206236504565
Binary1011001110010110101101001000011001011110101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3965A; }

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

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

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

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

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

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

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

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