#B4965C

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

Shades of Barley Corn #B4965C

Tints of Barley Corn #B4965C

Color information

#B4965C (or 0xB4965C) is unknown color: approx Barley Corn. HEX triplet: B4, 96 and 5C. RGB value is (180,150,92). Sum of RGB (Red+Green+Blue) = 180+150+92=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4965C is #4B69A3. Grayscale: #989898. Windows color (decimal): -4942244 or 6067892. OLE color: 6067892.

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

Color convert

RGB18015092-
CMYK00.170.490.29
HSL39.55º36.97%53.33%-
HSV(B)39.55º48.89%70.59%-
XYZ31.6632.2914.69-
YUV152.3693.94147.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=42.65%
G=35.55%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801509200.170.490.2939.5536.9753.33
HexB4965C011311D282535
Octal2642261340216135504565
Binary1011010010010110101110001000111000111101101000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4965C; }

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

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

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

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

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

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

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

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