#B4905E

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

Shades of Barley Corn #B4905E

Tints of Barley Corn #B4905E

Color information

#B4905E (or 0xB4905E) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 5E. RGB value is (180,144,94). Sum of RGB (Red+Green+Blue) = 180+144+94=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4905E is #4B6FA1. Grayscale: #959595. Windows color (decimal): -4943778 or 6197428. OLE color: 6197428.

HSL color Cylindrical-coordinate representation of color #B4905E: hue angle of 34.88º degrees, saturation: 0.36, 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 #B4905E is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18014494-
CMYK00.20.480.29
HSL34.88º36.44%53.73%-
HSV(B)34.88º47.78%70.59%-
XYZ30.8230.4614.84-
YUV149.0696.93150.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=43.06%
G=34.45%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801449400.20.480.2934.8836.4453.73
HexB4905E014301D232436
Octal2642201360246035434466
Binary1011010010010000101111001010011000011101100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4905E; }

 p { color: rgb(180,144,94); }

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

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

 a { background-color: rgb(180,144,94); }

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

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

 span { border-color: rgb(180,144,94); }

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