#B69B57

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

Shades of Barley Corn #B69B57

Tints of Barley Corn #B69B57

Color information

#B69B57 (or 0xB69B57) is unknown color: approx Barley Corn. HEX triplet: B6, 9B and 57. RGB value is (182,155,87). Sum of RGB (Red+Green+Blue) = 182+155+87=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B57 is #4964A8. Grayscale: #9B9B9B. Windows color (decimal): -4809897 or 5741494. OLE color: 5741494.

HSL color Cylindrical-coordinate representation of color #B69B57: hue angle of 42.95º 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 #B69B57 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18215587-
CMYK00.150.520.29
HSL42.95º39.42%52.75%-
HSV(B)42.95º52.2%71.37%-
XYZ32.7334.0813.87-
YUV155.3289.45147.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 87 (34.38% from 255) = 20.52%
R=42.92%
G=36.56%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821558700.150.520.2942.9539.4252.75
HexB69B570F341D2b2735
Octal2662331270176435534765
Binary101101101001101110101110111111010011101101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B57; }

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

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

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

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

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

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

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

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