#B2945E

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

Shades of Barley Corn #B2945E

Tints of Barley Corn #B2945E

Color information

#B2945E (or 0xB2945E) is unknown color: approx Barley Corn. HEX triplet: B2, 94 and 5E. RGB value is (178,148,94). Sum of RGB (Red+Green+Blue) = 178+148+94=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2945E is #4D6BA1. Grayscale: #979797. Windows color (decimal): -5073826 or 6198450. OLE color: 6198450.

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

Color convert

RGB17814894-
CMYK00.170.470.30
HSL38.57º35.29%53.33%-
HSV(B)38.57º47.19%69.8%-
XYZ30.9731.4515.03-
YUV150.8195.94147.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=42.38%
G=35.24%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781489400.170.470.3038.5735.2953.33
HexB2945E0112F1E272335
Octal2622241360215736474365
Binary1011001010010100101111001000110111111110100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2945E; }

 p { color: rgb(178,148,94); }

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

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

 a { background-color: rgb(178,148,94); }

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

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

 span { border-color: rgb(178,148,94); }

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