#B69057

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

Shades of Barley Corn #B69057

Tints of Barley Corn #B69057

Color information

#B69057 (or 0xB69057) is unknown color: approx Barley Corn. HEX triplet: B6, 90 and 57. RGB value is (182,144,87). Sum of RGB (Red+Green+Blue) = 182+144+87=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B69057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69057 is #496FA8. Grayscale: #959595. Windows color (decimal): -4812713 or 5738678. OLE color: 5738678.

HSL color Cylindrical-coordinate representation of color #B69057: hue angle of 36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B69057 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18214487-
CMYK00.210.520.29
HSL36º39.42%52.75%-
HSV(B)36º52.2%71.37%-
XYZ30.9830.5813.29-
YUV148.8693.09151.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=44.07%
G=34.87%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821448700.210.520.293639.4252.75
HexB69057015341D242735
Octal2662201270256435444765
Binary1011011010010000101011101010111010011101100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69057; }

 p { color: rgb(182,144,87); }

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

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

 a { background-color: rgb(182,144,87); }

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

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

 span { border-color: rgb(182,144,87); }

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