#B3925C

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

Shades of Barley Corn #B3925C

Tints of Barley Corn #B3925C

Color information

#B3925C (or 0xB3925C) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 5C. RGB value is (179,146,92). Sum of RGB (Red+Green+Blue) = 179+146+92=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3925C is #4C6DA3. Grayscale: #959595. Windows color (decimal): -5008804 or 6066867. OLE color: 6066867.

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

Color convert

RGB17914692-
CMYK00.180.490.30
HSL37.24º36.4%53.14%-
HSV(B)37.24º48.6%70.2%-
XYZ30.830.9114.47-
YUV149.7195.43148.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=42.93%
G=35.01%
B=22.06%

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
Decimal1791469200.180.490.3037.2436.453.14
HexB3925C012311E252435
Octal2632221340226136454465
Binary1011001110010010101110001001011000111110100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3925C; }

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

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

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

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

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

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

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

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