#B38C60

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

Shades of Barley Corn #B38C60

Tints of Barley Corn #B38C60

Color information

#B38C60 (or 0xB38C60) is unknown color: approx Barley Corn. HEX triplet: B3, 8C and 60. RGB value is (179,140,96). Sum of RGB (Red+Green+Blue) = 179+140+96=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C60 is #4C739F. Grayscale: #929292. Windows color (decimal): -5010336 or 6327475. OLE color: 6327475.

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

Color convert

RGB17914096-
CMYK00.220.460.30
HSL31.81º35.32%53.92%-
HSV(B)31.81º46.37%70.2%-
XYZ30.0829.1815.11-
YUV146.6499.42151.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=43.13%
G=33.73%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791409600.220.460.3031.8135.3253.92
HexB38C600162E1E202336
Octal2632141400265636404366
Binary1011001110001100110000001011010111011110100000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C60; }

 p { color: rgb(179,140,96); }

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

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

 a { background-color: rgb(179,140,96); }

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

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

 span { border-color: rgb(179,140,96); }

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