#B58A58

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

Shades of Barley Corn #B58A58

Tints of Barley Corn #B58A58

Color information

#B58A58 (or 0xB58A58) is unknown color: approx Barley Corn. HEX triplet: B5, 8A and 58. RGB value is (181,138,88). Sum of RGB (Red+Green+Blue) = 181+138+88=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A58 is #4A75A7. Grayscale: #919191. Windows color (decimal): -4879784 or 5802677. OLE color: 5802677.

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

Color convert

RGB18113888-
CMYK00.240.510.29
HSL32.26º38.59%52.75%-
HSV(B)32.26º51.38%70.98%-
XYZ29.9128.7113.2-
YUV145.1695.75153.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=44.47%
G=33.91%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811388800.240.510.2932.2638.5952.75
HexB58A58018331D202735
Octal2652121300306335404765
Binary1011010110001010101100001100011001111101100000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A58; }

 p { color: rgb(181,138,88); }

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

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

 a { background-color: rgb(181,138,88); }

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

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

 span { border-color: rgb(181,138,88); }

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