#B58A65

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

Shades of Barley Corn #B58A65

Tints of Barley Corn #B58A65

Color information

#B58A65 (or 0xB58A65) is unknown color: approx Barley Corn. HEX triplet: B5, 8A and 65. RGB value is (181,138,101). Sum of RGB (Red+Green+Blue) = 181+138+101=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A65 is #4A759A. Grayscale: #929292. Windows color (decimal): -4879771 or 6654645. OLE color: 6654645.

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

Color convert

RGB181138101-
CMYK00.240.440.29
HSL27.75º35.09%55.29%-
HSV(B)27.75º44.2%70.98%-
XYZ30.4928.9416.29-
YUV146.64102.25152.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=43.10%
G=32.86%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113810100.240.440.2927.7535.0955.29
HexB58A650182C1D1c2337
Octal2652121450305435344367
Binary101101011000101011001010110001011001110111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A65; }

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

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

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

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

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

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

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

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