#B79957

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

Shades of Barley Corn #B79957

Tints of Barley Corn #B79957

Color information

#B79957 (or 0xB79957) is unknown color: approx Barley Corn. HEX triplet: B7, 99 and 57. RGB value is (183,153,87). Sum of RGB (Red+Green+Blue) = 183+153+87=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B79957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79957 is #4866A8. Grayscale: #9A9A9A. Windows color (decimal): -4744873 or 5740983. OLE color: 5740983.

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

Color convert

RGB18315387-
CMYK00.160.520.28
HSL41.25º40%52.94%-
HSV(B)41.25º52.46%71.76%-
XYZ32.6433.5413.77-
YUV154.4589.94148.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=43.26%
G=36.17%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831538700.160.520.2841.254052.94
HexB79957010341C292835
Octal2672311270206434515065
Binary1011011110011001101011101000011010011100101001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79957; }

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

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

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

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

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

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

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

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