#B38A62

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

Shades of Barley Corn #B38A62

Tints of Barley Corn #B38A62

Color information

#B38A62 (or 0xB38A62) is unknown color: approx Barley Corn. HEX triplet: B3, 8A and 62. RGB value is (179,138,98). Sum of RGB (Red+Green+Blue) = 179+138+98=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A62 is #4C759D. Grayscale: #919191. Windows color (decimal): -5010846 or 6458035. OLE color: 6458035.

HSL color Cylindrical-coordinate representation of color #B38A62: hue angle of 29.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38A62 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17913898-
CMYK00.230.450.30
HSL29.63º34.76%54.31%-
HSV(B)29.63º45.25%70.2%-
XYZ29.8828.6415.51-
YUV145.7101.08151.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=43.13%
G=33.25%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791389800.230.450.3029.6334.7654.31
HexB38A620172D1E1e2336
Octal2632121420275536364366
Binary101100111000101011000100101111011011111011110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A62; }

 p { color: rgb(179,138,98); }

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

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

 a { background-color: rgb(179,138,98); }

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

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

 span { border-color: rgb(179,138,98); }

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