#B8955D

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

Shades of Barley Corn #B8955D

Tints of Barley Corn #B8955D

Color information

#B8955D (or 0xB8955D) is unknown color: approx Barley Corn. HEX triplet: B8, 95 and 5D. RGB value is (184,149,93). Sum of RGB (Red+Green+Blue) = 184+149+93=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8955D is #476AA2. Grayscale: #999999. Windows color (decimal): -4680355 or 6133176. OLE color: 6133176.

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

Color convert

RGB18414993-
CMYK00.190.490.28
HSL36.92º39.06%54.31%-
HSV(B)36.92º49.46%72.16%-
XYZ32.4932.4814.91-
YUV153.0894.1150.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=43.19%
G=34.98%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841499300.190.490.2836.9239.0654.31
HexB8955D013311C252736
Octal2702251350236134454766
Binary1011100010010101101110101001111000111100100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8955D; }

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

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

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

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

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

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

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

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