#B8965B

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

Shades of Barley Corn #B8965B

Tints of Barley Corn #B8965B

Color information

#B8965B (or 0xB8965B) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 5B. RGB value is (184,150,91). Sum of RGB (Red+Green+Blue) = 184+150+91=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8965B is #4769A4. Grayscale: #999999. Windows color (decimal): -4680101 or 6002360. OLE color: 6002360.

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

Color convert

RGB18415091-
CMYK00.180.510.28
HSL38.06º39.57%53.92%-
HSV(B)38.06º50.54%72.16%-
XYZ32.5632.7614.5-
YUV153.4492.76149.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=43.29%
G=35.29%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841509100.180.510.2838.0639.5753.92
HexB8965B012331C262836
Octal2702261330226334465066
Binary1011100010010110101101101001011001111100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8965B; }

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

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

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

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

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

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

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

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