#B48D67

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

Shades of Barley Corn #B48D67

Tints of Barley Corn #B48D67

Color information

#B48D67 (or 0xB48D67) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 67. RGB value is (180,141,103). Sum of RGB (Red+Green+Blue) = 180+141+103=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D67 is #4B7298. Grayscale: #949494. Windows color (decimal): -4944537 or 6786484. OLE color: 6786484.

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

Color convert

RGB180141103-
CMYK00.220.430.29
HSL29.61º33.92%55.49%-
HSV(B)29.61º42.78%70.59%-
XYZ30.829.7316.95-
YUV148.33102.42150.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=42.45%
G=33.25%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014110300.220.430.2929.6133.9255.49
HexB48D670162B1D1e2237
Octal2642151470265335364267
Binary101101001000110111001110101101010111110111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D67; }

 p { color: rgb(180,141,103); }

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

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

 a { background-color: rgb(180,141,103); }

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

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

 span { border-color: rgb(180,141,103); }

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