#B3975C

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

Shades of Barley Corn #B3975C

Tints of Barley Corn #B3975C

Color information

#B3975C (or 0xB3975C) is unknown color: approx Barley Corn. HEX triplet: B3, 97 and 5C. RGB value is (179,151,92). Sum of RGB (Red+Green+Blue) = 179+151+92=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3975C is #4C68A3. Grayscale: #989898. Windows color (decimal): -5007524 or 6068147. OLE color: 6068147.

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

Color convert

RGB17915192-
CMYK00.160.490.30
HSL40.69º36.4%53.14%-
HSV(B)40.69º48.6%70.2%-
XYZ31.5932.4914.73-
YUV152.6593.78146.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=42.42%
G=35.78%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791519200.160.490.3040.6936.453.14
HexB3975C010311E292435
Octal2632271340206136514465
Binary1011001110010111101110001000011000111110101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3975C; }

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

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

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

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

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

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

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

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