#B3955A

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

Shades of Barley Corn #B3955A

Tints of Barley Corn #B3955A

Color information

#B3955A (or 0xB3955A) is unknown color: approx Barley Corn. HEX triplet: B3, 95 and 5A. RGB value is (179,149,90). Sum of RGB (Red+Green+Blue) = 179+149+90=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3955A is #4C6AA5. Grayscale: #979797. Windows color (decimal): -5008038 or 5936563. OLE color: 5936563.

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

Color convert

RGB17914990-
CMYK00.170.500.30
HSL39.78º36.93%52.75%-
HSV(B)39.78º49.72%70.2%-
XYZ31.1831.8214.17-
YUV151.2493.44147.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=42.82%
G=35.65%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791499000.170.500.3039.7836.9352.75
HexB3955A011321E282535
Octal2632251320216236504565
Binary1011001110010101101101001000111001011110101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3955A; }

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

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

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

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

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

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

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

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