#B39055

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

Shades of Barley Corn #B39055

Tints of Barley Corn #B39055

Color information

#B39055 (or 0xB39055) is unknown color: approx Barley Corn. HEX triplet: B3, 90 and 55. RGB value is (179,144,85). Sum of RGB (Red+Green+Blue) = 179+144+85=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B39055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39055 is #4C6FAA. Grayscale: #949494. Windows color (decimal): -5009323 or 5607603. OLE color: 5607603.

HSL color Cylindrical-coordinate representation of color #B39055: hue angle of 37.66º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B39055 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17914485-
CMYK00.200.530.30
HSL37.66º38.21%51.76%-
HSV(B)37.66º52.51%70.2%-
XYZ30.230.1912.83-
YUV147.7492.6150.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=43.87%
G=35.29%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791448500.200.530.3037.6638.2151.76
HexB39055014351E262634
Octal2632201250246536464664
Binary1011001110010000101010101010011010111110100110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39055; }

 p { color: rgb(179,144,85); }

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

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

 a { background-color: rgb(179,144,85); }

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

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

 span { border-color: rgb(179,144,85); }

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