#B49558

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

Shades of Barley Corn #B49558

Tints of Barley Corn #B49558

Color information

#B49558 (or 0xB49558) is unknown color: approx Barley Corn. HEX triplet: B4, 95 and 58. RGB value is (180,149,88). Sum of RGB (Red+Green+Blue) = 180+149+88=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B49558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49558 is #4B6AA7. Grayscale: #979797. Windows color (decimal): -4942504 or 5805492. OLE color: 5805492.

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

Color convert

RGB18014988-
CMYK00.170.510.29
HSL39.78º38.02%52.55%-
HSV(B)39.78º51.11%70.59%-
XYZ31.3331.913.74-
YUV151.3292.27148.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=43.17%
G=35.73%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801498800.170.510.2939.7838.0252.55
HexB49558011331D282635
Octal2642251300216335504665
Binary1011010010010101101100001000111001111101101000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49558; }

 p { color: rgb(180,149,88); }

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

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

 a { background-color: rgb(180,149,88); }

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

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

 span { border-color: rgb(180,149,88); }

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