#B3905B

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

Shades of Barley Corn #B3905B

Tints of Barley Corn #B3905B

Color information

#B3905B (or 0xB3905B) is unknown color: approx Barley Corn. HEX triplet: B3, 90 and 5B. RGB value is (179,144,91). Sum of RGB (Red+Green+Blue) = 179+144+91=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3905B is #4C6FA4. Grayscale: #949494. Windows color (decimal): -5009317 or 6000819. OLE color: 6000819.

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

Color convert

RGB17914491-
CMYK00.200.490.30
HSL36.14º36.67%52.94%-
HSV(B)36.14º49.16%70.2%-
XYZ30.4530.2914.14-
YUV148.4295.6149.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=43.24%
G=34.78%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791449100.200.490.3036.1436.6752.94
HexB3905B014311E242535
Octal2632201330246136444565
Binary1011001110010000101101101010011000111110100100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3905B; }

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

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

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

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

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

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

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

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