#B58962

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

Shades of Barley Corn #B58962

Tints of Barley Corn #B58962

Color information

#B58962 (or 0xB58962) is unknown color: approx Barley Corn. HEX triplet: B5, 89 and 62. RGB value is (181,137,98). Sum of RGB (Red+Green+Blue) = 181+137+98=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58962 is #4A769D. Grayscale: #919191. Windows color (decimal): -4880030 or 6457781. OLE color: 6457781.

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

Color convert

RGB18113798-
CMYK00.240.460.29
HSL28.19º35.93%54.71%-
HSV(B)28.19º45.86%70.98%-
XYZ30.2128.615.48-
YUV145.71101.08153.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=43.51%
G=32.93%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811379800.240.460.2928.1935.9354.71
HexB589620182E1D1c2437
Octal2652111420305635344467
Binary101101011000100111000100110001011101110111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58962; }

 p { color: rgb(181,137,98); }

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

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

 a { background-color: rgb(181,137,98); }

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

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

 span { border-color: rgb(181,137,98); }

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