#B8965D

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

Shades of Barley Corn #B8965D

Tints of Barley Corn #B8965D

Color information

#B8965D (or 0xB8965D) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 5D. RGB value is (184,150,93). Sum of RGB (Red+Green+Blue) = 184+150+93=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8965D is #4769A2. Grayscale: #999999. Windows color (decimal): -4680099 or 6133432. OLE color: 6133432.

HSL color Cylindrical-coordinate representation of color #B8965D: hue angle of 37.58º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8965D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18415093-
CMYK00.180.490.28
HSL37.58º39.06%54.31%-
HSV(B)37.58º49.46%72.16%-
XYZ32.6532.7914.96-
YUV153.6793.76149.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=43.09%
G=35.13%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841509300.180.490.2837.5839.0654.31
HexB8965D012311C262736
Octal2702261350226134464766
Binary1011100010010110101110101001011000111100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8965D; }

 p { color: rgb(184,150,93); }

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

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

 a { background-color: rgb(184,150,93); }

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

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

 span { border-color: rgb(184,150,93); }

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