#B3985C

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

Shades of Barley Corn #B3985C

Tints of Barley Corn #B3985C

Color information

#B3985C (or 0xB3985C) is unknown color: approx Barley Corn. HEX triplet: B3, 98 and 5C. RGB value is (179,152,92). Sum of RGB (Red+Green+Blue) = 179+152+92=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3985C is #4C67A3. Grayscale: #999999. Windows color (decimal): -5007268 or 6068403. OLE color: 6068403.

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

Color convert

RGB17915292-
CMYK00.150.490.30
HSL41.38º36.4%53.14%-
HSV(B)41.38º48.6%70.2%-
XYZ31.7532.8114.79-
YUV153.2393.45146.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=42.32%
G=35.93%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791529200.150.490.3041.3836.453.14
HexB3985C0F311E292435
Octal2632301340176136514465
Binary101100111001100010111000111111000111110101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3985C; }

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

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

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

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

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

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

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

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