#B8935C

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

Shades of Barley Corn #B8935C

Tints of Barley Corn #B8935C

Color information

#B8935C (or 0xB8935C) is unknown color: approx Barley Corn. HEX triplet: B8, 93 and 5C. RGB value is (184,147,92). Sum of RGB (Red+Green+Blue) = 184+147+92=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8935C is #476CA3. Grayscale: #989898. Windows color (decimal): -4680868 or 6067128. OLE color: 6067128.

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

Color convert

RGB18414792-
CMYK00.200.500.28
HSL35.87º39.32%54.12%-
HSV(B)35.87º50%72.16%-
XYZ32.1331.8314.58-
YUV151.7994.26150.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=43.50%
G=34.75%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841479200.200.500.2835.8739.3254.12
HexB8935C014321C242736
Octal2702231340246234444766
Binary1011100010010011101110001010011001011100100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8935C; }

 p { color: rgb(184,147,92); }

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

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

 a { background-color: rgb(184,147,92); }

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

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

 span { border-color: rgb(184,147,92); }

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