#B48B63

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

Shades of Barley Corn #B48B63

Tints of Barley Corn #B48B63

Color information

#B48B63 (or 0xB48B63) is unknown color: approx Barley Corn. HEX triplet: B4, 8B and 63. RGB value is (180,139,99). Sum of RGB (Red+Green+Blue) = 180+139+99=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B63 is #4B749C. Grayscale: #929292. Windows color (decimal): -4945053 or 6523828. OLE color: 6523828.

HSL color Cylindrical-coordinate representation of color #B48B63: hue angle of 29.63º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48B63 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18013999-
CMYK00.230.450.29
HSL29.63º35.06%54.71%-
HSV(B)29.63º45%70.59%-
XYZ30.3129.0715.82-
YUV146.7101.08151.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=43.06%
G=33.25%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801399900.230.450.2929.6335.0654.71
HexB48B630172D1D1e2337
Octal2642131430275535364367
Binary101101001000101111000110101111011011110111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B63; }

 p { color: rgb(180,139,99); }

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

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

 a { background-color: rgb(180,139,99); }

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

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

 span { border-color: rgb(180,139,99); }

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