#B48F60

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

Shades of Barley Corn #B48F60

Tints of Barley Corn #B48F60

Color information

#B48F60 (or 0xB48F60) is unknown color: approx Barley Corn. HEX triplet: B4, 8F and 60. RGB value is (180,143,96). Sum of RGB (Red+Green+Blue) = 180+143+96=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F60 is #4B709F. Grayscale: #949494. Windows color (decimal): -4944032 or 6328244. OLE color: 6328244.

HSL color Cylindrical-coordinate representation of color #B48F60: hue angle of 33.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B48F60 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18014396-
CMYK00.210.470.29
HSL33.57º35.9%54.12%-
HSV(B)33.57º46.67%70.59%-
XYZ30.7630.1915.27-
YUV148.798.26150.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=42.96%
G=34.13%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801439600.210.470.2933.5735.954.12
HexB48F600152F1D222436
Octal2642171400255735424466
Binary1011010010001111110000001010110111111101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F60; }

 p { color: rgb(180,143,96); }

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

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

 a { background-color: rgb(180,143,96); }

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

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

 span { border-color: rgb(180,143,96); }

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