#B58A63

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

Shades of Barley Corn #B58A63

Tints of Barley Corn #B58A63

Color information

#B58A63 (or 0xB58A63) is unknown color: approx Barley Corn. HEX triplet: B5, 8A and 63. RGB value is (181,138,99). Sum of RGB (Red+Green+Blue) = 181+138+99=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A63 is #4A759C. Grayscale: #929292. Windows color (decimal): -4879773 or 6523573. OLE color: 6523573.

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

Color convert

RGB18113899-
CMYK00.240.450.29
HSL28.54º35.65%54.9%-
HSV(B)28.54º45.3%70.98%-
XYZ30.428.915.78-
YUV146.41101.25152.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=43.30%
G=33.01%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811389900.240.450.2928.5435.6554.9
HexB58A630182D1D1d2437
Octal2652121430305535354467
Binary101101011000101011000110110001011011110111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A63; }

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

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

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

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

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

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

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

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