#B3925B

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

Shades of Barley Corn #B3925B

Tints of Barley Corn #B3925B

Color information

#B3925B (or 0xB3925B) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 5B. RGB value is (179,146,91). Sum of RGB (Red+Green+Blue) = 179+146+91=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3925B is #4C6DA4. Grayscale: #959595. Windows color (decimal): -5008805 or 6001331. OLE color: 6001331.

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

Color convert

RGB17914691-
CMYK00.180.490.30
HSL37.5º36.67%52.94%-
HSV(B)37.5º49.16%70.2%-
XYZ30.7630.914.24-
YUV149.694.93148.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=43.03%
G=35.10%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791469100.180.490.3037.536.6752.94
HexB3925B012311E262535
Octal2632221330226136464565
Binary1011001110010010101101101001011000111110100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3925B; }

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

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

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

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

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

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

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

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