#B38C61

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

Shades of Barley Corn #B38C61

Tints of Barley Corn #B38C61

Color information

#B38C61 (or 0xB38C61) is unknown color: approx Barley Corn. HEX triplet: B3, 8C and 61. RGB value is (179,140,97). Sum of RGB (Red+Green+Blue) = 179+140+97=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C61 is #4C739E. Grayscale: #929292. Windows color (decimal): -5010335 or 6393011. OLE color: 6393011.

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

Color convert

RGB17914097-
CMYK00.220.460.30
HSL31.46º35.04%54.12%-
HSV(B)31.46º45.81%70.2%-
XYZ30.1329.215.36-
YUV146.7699.92151-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=43.03%
G=33.65%
B=23.32%

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
Decimal1791409700.220.460.3031.4635.0454.12
HexB38C610162E1E1f2336
Octal2632141410265636374366
Binary101100111000110011000010101101011101111011111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C61; }

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

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

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

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

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

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

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

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