#B7995C

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

Shades of Barley Corn #B7995C

Tints of Barley Corn #B7995C

Color information

#B7995C (or 0xB7995C) is unknown color: approx Barley Corn. HEX triplet: B7, 99 and 5C. RGB value is (183,153,92). Sum of RGB (Red+Green+Blue) = 183+153+92=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7995C is #4866A3. Grayscale: #9B9B9B. Windows color (decimal): -4744868 or 6068663. OLE color: 6068663.

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

Color convert

RGB18315392-
CMYK00.160.500.28
HSL40.22º38.72%53.92%-
HSV(B)40.22º49.73%71.76%-
XYZ32.8533.6214.88-
YUV155.0292.44147.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=42.76%
G=35.75%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831539200.160.500.2840.2238.7253.92
HexB7995C010321C282736
Octal2672311340206234504766
Binary1011011110011001101110001000011001011100101000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7995C; }

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

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

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

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

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

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

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

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