#B58F62

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

Shades of Barley Corn #B58F62

Tints of Barley Corn #B58F62

Color information

#B58F62 (or 0xB58F62) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 62. RGB value is (181,143,98). Sum of RGB (Red+Green+Blue) = 181+143+98=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F62 is #4A709D. Grayscale: #959595. Windows color (decimal): -4878494 or 6459317. OLE color: 6459317.

HSL color Cylindrical-coordinate representation of color #B58F62: hue angle of 32.53º 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 #B58F62 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18114398-
CMYK00.210.460.29
HSL32.53º35.93%54.71%-
HSV(B)32.53º45.86%70.98%-
XYZ31.0830.3515.78-
YUV149.2399.09150.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=42.89%
G=33.89%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811439800.210.460.2932.5335.9354.71
HexB58F620152E1D212437
Octal2652171420255635414467
Binary1011010110001111110001001010110111011101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F62; }

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

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

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

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

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

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

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

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