#B3955F

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

Shades of Barley Corn #B3955F

Tints of Barley Corn #B3955F

Color information

#B3955F (or 0xB3955F) is unknown color: approx Barley Corn. HEX triplet: B3, 95 and 5F. RGB value is (179,149,95). Sum of RGB (Red+Green+Blue) = 179+149+95=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3955F is #4C6AA0. Grayscale: #989898. Windows color (decimal): -5008033 or 6264243. OLE color: 6264243.

HSL color Cylindrical-coordinate representation of color #B3955F: hue angle of 38.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3955F is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17914995-
CMYK00.170.470.30
HSL38.57º35.59%53.73%-
HSV(B)38.57º46.93%70.2%-
XYZ31.431.915.33-
YUV151.8195.94147.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=42.32%
G=35.22%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791499500.170.470.3038.5735.5953.73
HexB3955F0112F1E272436
Octal2632251370215736474466
Binary1011001110010101101111101000110111111110100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3955F; }

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

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

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

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

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

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

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

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