#b3935a

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

Shades of Barley Corn #B3935A

Tints of Barley Corn #B3935A

Color information

#B3935A (or 0xB3935A) is unknown color: approx Barley Corn. HEX triplet: B3, 93 and 5A. RGB value is (179,147,90). Sum of RGB (Red+Green+Blue) = 179+147+90=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3935A is #4C6CA5. Grayscale: #969696. Windows color (decimal): -5008550 or 5936051. OLE color: 5936051.

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

Color convert

RGB17914790-
CMYK00.180.500.30
HSL38.43º36.93%52.75%-
HSV(B)38.43º49.72%70.2%-
XYZ30.8731.1914.07-
YUV150.0794.1148.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=43.03%
G=35.34%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791479000.180.500.3038.4336.9352.75
HexB3935A012321E262535
Octal2632231320226236464565
Binary1011001110010011101101001001011001011110100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3935a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3935a; }

 p { color: rgb(179,147,90); }

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

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

 a { background-color: rgb(179,147,90); }

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

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

 span { border-color: rgb(179,147,90); }

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