#B3885F

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

Shades of Barley Corn #B3885F

Tints of Barley Corn #B3885F

Color information

#B3885F (or 0xB3885F) is unknown color: approx Barley Corn. HEX triplet: B3, 88 and 5F. RGB value is (179,136,95). Sum of RGB (Red+Green+Blue) = 179+136+95=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3885F is #4C77A0. Grayscale: #909090. Windows color (decimal): -5011361 or 6260915. OLE color: 6260915.

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

Color convert

RGB17913695-
CMYK00.240.470.30
HSL29.29º35.59%53.73%-
HSV(B)29.29º46.93%70.2%-
XYZ29.4628.0214.68-
YUV144.18100.25152.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=43.66%
G=33.17%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791369500.240.470.3029.2935.5953.73
HexB3885F0182F1E1d2436
Octal2632101370305736354466
Binary101100111000100010111110110001011111111011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3885F; }

 p { color: rgb(179,136,95); }

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

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

 a { background-color: rgb(179,136,95); }

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

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

 span { border-color: rgb(179,136,95); }

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