#B7965B

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

Shades of Barley Corn #B7965B

Tints of Barley Corn #B7965B

Color information

#B7965B (or 0xB7965B) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 5B. RGB value is (183,150,91). Sum of RGB (Red+Green+Blue) = 183+150+91=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7965B is #4869A4. Grayscale: #999999. Windows color (decimal): -4745637 or 6002359. OLE color: 6002359.

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

Color convert

RGB18315091-
CMYK00.180.500.28
HSL38.48º38.98%53.73%-
HSV(B)38.48º50.27%71.76%-
XYZ32.3232.6414.49-
YUV153.1492.93149.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=43.16%
G=35.38%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831509100.180.500.2838.4838.9853.73
HexB7965B012321C262736
Octal2672261330226234464766
Binary1011011110010110101101101001011001011100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7965B; }

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

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

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

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

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

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

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

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