#B4995F

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

Shades of Barley Corn #B4995F

Tints of Barley Corn #B4995F

Color information

#B4995F (or 0xB4995F) is unknown color: approx Barley Corn. HEX triplet: B4, 99 and 5F. RGB value is (180,153,95). Sum of RGB (Red+Green+Blue) = 180+153+95=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4995F is #4B66A0. Grayscale: #9A9A9A. Windows color (decimal): -4941473 or 6265268. OLE color: 6265268.

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

Color convert

RGB18015395-
CMYK00.150.470.29
HSL40.94º36.17%53.92%-
HSV(B)40.94º47.22%70.59%-
XYZ32.2833.3115.56-
YUV154.4694.45146.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=42.06%
G=35.75%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801539500.150.470.2940.9436.1753.92
HexB4995F0F2F1D292436
Octal2642311370175735514466
Binary101101001001100110111110111110111111101101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4995F; }

 p { color: rgb(180,153,95); }

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

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

 a { background-color: rgb(180,153,95); }

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

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

 span { border-color: rgb(180,153,95); }

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