#B4985D

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

Shades of Barley Corn #B4985D

Tints of Barley Corn #B4985D

Color information

#B4985D (or 0xB4985D) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 5D. RGB value is (180,152,93). Sum of RGB (Red+Green+Blue) = 180+152+93=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4985D is #4B67A2. Grayscale: #999999. Windows color (decimal): -4941731 or 6133940. OLE color: 6133940.

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

Color convert

RGB18015293-
CMYK00.160.480.29
HSL40.69º36.71%53.53%-
HSV(B)40.69º48.33%70.59%-
XYZ32.0332.9515.03-
YUV153.6593.78146.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=42.35%
G=35.76%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801529300.160.480.2940.6936.7153.53
HexB4985D010301D292536
Octal2642301350206035514566
Binary1011010010011000101110101000011000011101101001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4985D; }

 p { color: rgb(180,152,93); }

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

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

 a { background-color: rgb(180,152,93); }

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

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

 span { border-color: rgb(180,152,93); }

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