#B48F68

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

Shades of Barley Corn #B48F68

Tints of Barley Corn #B48F68

Color information

#B48F68 (or 0xB48F68) is unknown color: approx Barley Corn. HEX triplet: B4, 8F and 68. RGB value is (180,143,104). Sum of RGB (Red+Green+Blue) = 180+143+104=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F68 is #4B7097. Grayscale: #959595. Windows color (decimal): -4944024 or 6852532. OLE color: 6852532.

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

Color convert

RGB180143104-
CMYK00.210.420.29
HSL30.79º33.63%55.69%-
HSV(B)30.79º42.22%70.59%-
XYZ31.1430.3517.31-
YUV149.62102.26149.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=42.15%
G=33.49%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014310400.210.420.2930.7933.6355.69
HexB48F680152A1D1f2238
Octal2642171500255235374270
Binary101101001000111111010000101011010101110111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F68; }

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

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

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

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

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

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

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

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