#B4905D

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

Shades of Barley Corn #B4905D

Tints of Barley Corn #B4905D

Color information

#B4905D (or 0xB4905D) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 5D. RGB value is (180,144,93). Sum of RGB (Red+Green+Blue) = 180+144+93=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4905D is #4B6FA2. Grayscale: #959595. Windows color (decimal): -4943779 or 6131892. OLE color: 6131892.

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

Color convert

RGB18014493-
CMYK00.20.480.29
HSL35.17º36.71%53.53%-
HSV(B)35.17º48.33%70.59%-
XYZ30.7730.4414.61-
YUV148.9596.43150.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=43.17%
G=34.53%
B=22.30%

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
Decimal1801449300.20.480.2935.1736.7153.53
HexB4905D014301D232536
Octal2642201350246035434566
Binary1011010010010000101110101010011000011101100011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4905D; }

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

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

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

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

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

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

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

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