#B3875C

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

Shades of Barley Corn #B3875C

Tints of Barley Corn #B3875C

Color information

#B3875C (or 0xB3875C) is unknown color: approx Barley Corn. HEX triplet: B3, 87 and 5C. RGB value is (179,135,92). Sum of RGB (Red+Green+Blue) = 179+135+92=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3875C is #4C78A3. Grayscale: #8F8F8F. Windows color (decimal): -5011620 or 6064051. OLE color: 6064051.

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

Color convert

RGB17913592-
CMYK00.250.490.30
HSL29.66º36.4%53.14%-
HSV(B)29.66º48.6%70.2%-
XYZ29.1927.6813.93-
YUV143.2599.08153.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=44.09%
G=33.25%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791359200.250.490.3029.6636.453.14
HexB3875C019311E1e2435
Octal2632071340316136364465
Binary101100111000011110111000110011100011111011110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3875C; }

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

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

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

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

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

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

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

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