#B58C67

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

Shades of Barley Corn #B58C67

Tints of Barley Corn #B58C67

Color information

#B58C67 (or 0xB58C67) is unknown color: approx Barley Corn. HEX triplet: B5, 8C and 67. RGB value is (181,140,103). Sum of RGB (Red+Green+Blue) = 181+140+103=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C67 is #4A7398. Grayscale: #949494. Windows color (decimal): -4879257 or 6786229. OLE color: 6786229.

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

Color convert

RGB181140103-
CMYK00.230.430.29
HSL28.46º34.51%55.69%-
HSV(B)28.46º43.09%70.98%-
XYZ30.8829.5616.91-
YUV148.04102.58151.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=42.69%
G=33.02%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114010300.230.430.2928.4634.5155.69
HexB58C670172B1D1c2338
Octal2652141470275335344370
Binary101101011000110011001110101111010111110111100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C67; }

 p { color: rgb(181,140,103); }

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

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

 a { background-color: rgb(181,140,103); }

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

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

 span { border-color: rgb(181,140,103); }

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