#B3925E

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

Shades of Barley Corn #B3925E

Tints of Barley Corn #B3925E

Color information

#B3925E (or 0xB3925E) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 5E. RGB value is (179,146,94). Sum of RGB (Red+Green+Blue) = 179+146+94=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3925E is #4C6DA1. Grayscale: #969696. Windows color (decimal): -5008802 or 6197939. OLE color: 6197939.

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

Color convert

RGB17914694-
CMYK00.180.470.30
HSL36.71º35.86%53.53%-
HSV(B)36.71º47.49%70.2%-
XYZ30.8930.9514.94-
YUV149.9496.43148.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=42.72%
G=34.84%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791469400.180.470.3036.7135.8653.53
HexB3925E0122F1E252436
Octal2632221360225736454466
Binary1011001110010010101111001001010111111110100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3925E; }

 p { color: rgb(179,146,94); }

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

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

 a { background-color: rgb(179,146,94); }

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

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

 span { border-color: rgb(179,146,94); }

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