#B7995E

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

Shades of Barley Corn #B7995E

Tints of Barley Corn #B7995E

Color information

#B7995E (or 0xB7995E) is unknown color: approx Barley Corn. HEX triplet: B7, 99 and 5E. RGB value is (183,153,94). Sum of RGB (Red+Green+Blue) = 183+153+94=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7995E is #4866A1. Grayscale: #9B9B9B. Windows color (decimal): -4744866 or 6199735. OLE color: 6199735.

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

Color convert

RGB18315394-
CMYK00.160.490.28
HSL39.78º38.2%54.31%-
HSV(B)39.78º48.63%71.76%-
XYZ32.9433.6615.35-
YUV155.2493.44147.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=42.56%
G=35.58%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831539400.160.490.2839.7838.254.31
HexB7995E010311C282636
Octal2672311360206134504666
Binary1011011110011001101111001000011000111100101000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7995E; }

 p { color: rgb(183,153,94); }

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

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

 a { background-color: rgb(183,153,94); }

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

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

 span { border-color: rgb(183,153,94); }

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