#B2965F

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

Shades of Barley Corn #B2965F

Tints of Barley Corn #B2965F

Color information

#B2965F (or 0xB2965F) is unknown color: approx Barley Corn. HEX triplet: B2, 96 and 5F. RGB value is (178,150,95). Sum of RGB (Red+Green+Blue) = 178+150+95=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2965F is #4D69A0. Grayscale: #989898. Windows color (decimal): -5073313 or 6264498. OLE color: 6264498.

HSL color Cylindrical-coordinate representation of color #B2965F: hue angle of 39.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2965F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17815095-
CMYK00.160.470.30
HSL39.76º35.02%53.53%-
HSV(B)39.76º46.63%69.8%-
XYZ31.3332.115.37-
YUV152.195.78146.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=42.08%
G=35.46%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781509500.160.470.3039.7635.0253.53
HexB2965F0102F1E282336
Octal2622261370205736504366
Binary1011001010010110101111101000010111111110101000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2965F; }

 p { color: rgb(178,150,95); }

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

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

 a { background-color: rgb(178,150,95); }

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

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

 span { border-color: rgb(178,150,95); }

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