#B69553

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

Shades of Barley Corn #B69553

Tints of Barley Corn #B69553

Color information

#B69553 (or 0xB69553) is unknown color: approx Barley Corn. HEX triplet: B6, 95 and 53. RGB value is (182,149,83). Sum of RGB (Red+Green+Blue) = 182+149+83=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B69553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69553 is #496AAC. Grayscale: #979797. Windows color (decimal): -4811437 or 5477814. OLE color: 5477814.

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

Color convert

RGB18214983-
CMYK00.180.540.29
HSL40º40.41%51.96%-
HSV(B)40º54.4%71.37%-
XYZ31.632.0612.71-
YUV151.3489.43149.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 83 (32.81% from 255) = 20.05%
R=43.96%
G=35.99%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821498300.180.540.294040.4151.96
HexB69553012361D282834
Octal2662251230226635505064
Binary1011011010010101101001101001011011011101101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69553; }

 p { color: rgb(182,149,83); }

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

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

 a { background-color: rgb(182,149,83); }

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

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

 span { border-color: rgb(182,149,83); }

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