#B4875C

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

Shades of Barley Corn #B4875C

Tints of Barley Corn #B4875C

Color information

#B4875C (or 0xB4875C) is unknown color: approx Barley Corn. HEX triplet: B4, 87 and 5C. RGB value is (180,135,92). Sum of RGB (Red+Green+Blue) = 180+135+92=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4875C is #4B78A3. Grayscale: #8F8F8F. Windows color (decimal): -4946084 or 6064052. OLE color: 6064052.

HSL color Cylindrical-coordinate representation of color #B4875C: hue angle of 29.32º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4875C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18013592-
CMYK00.250.490.29
HSL29.32º36.97%53.33%-
HSV(B)29.32º48.89%70.59%-
XYZ29.4227.813.94-
YUV143.5598.91154-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=44.23%
G=33.17%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801359200.250.490.2929.3236.9753.33
HexB4875C019311D1d2535
Octal2642071340316135354565
Binary101101001000011110111000110011100011110111101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4875C; }

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

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

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

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

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

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

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

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