#B4945C

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

Shades of Barley Corn #B4945C

Tints of Barley Corn #B4945C

Color information

#B4945C (or 0xB4945C) is unknown color: approx Barley Corn. HEX triplet: B4, 94 and 5C. RGB value is (180,148,92). Sum of RGB (Red+Green+Blue) = 180+148+92=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4945C is #4B6BA3. Grayscale: #979797. Windows color (decimal): -4942756 or 6067380. OLE color: 6067380.

HSL color Cylindrical-coordinate representation of color #B4945C: hue angle of 38.18º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4945C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18014892-
CMYK00.180.490.29
HSL38.18º36.97%53.33%-
HSV(B)38.18º48.89%70.59%-
XYZ31.3431.6614.58-
YUV151.1894.6148.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=42.86%
G=35.24%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801489200.180.490.2938.1836.9753.33
HexB4945C012311D262535
Octal2642241340226135464565
Binary1011010010010100101110001001011000111101100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4945C; }

 p { color: rgb(180,148,92); }

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

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

 a { background-color: rgb(180,148,92); }

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

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

 span { border-color: rgb(180,148,92); }

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