#B48F58

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

Shades of Barley Corn #B48F58

Tints of Barley Corn #B48F58

Color information

#B48F58 (or 0xB48F58) is unknown color: approx Barley Corn. HEX triplet: B4, 8F and 58. RGB value is (180,143,88). Sum of RGB (Red+Green+Blue) = 180+143+88=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F58 is #4B70A7. Grayscale: #949494. Windows color (decimal): -4944040 or 5803956. OLE color: 5803956.

HSL color Cylindrical-coordinate representation of color #B48F58: hue angle of 35.87º 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 #B48F58 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18014388-
CMYK00.210.510.29
HSL35.87º38.02%52.55%-
HSV(B)35.87º51.11%70.59%-
XYZ30.4130.0513.43-
YUV147.7994.26150.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 88 (34.77% from 255) = 21.41%
R=43.80%
G=34.79%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801438800.210.510.2935.8738.0252.55
HexB48F58015331D242635
Octal2642171300256335444665
Binary1011010010001111101100001010111001111101100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F58; }

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

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

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

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

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

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

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

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