#B9935A

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

Shades of Barley Corn #B9935A

Tints of Barley Corn #B9935A

Color information

#B9935A (or 0xB9935A) is unknown color: approx Barley Corn. HEX triplet: B9, 93 and 5A. RGB value is (185,147,90). Sum of RGB (Red+Green+Blue) = 185+147+90=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9935A is #466CA5. Grayscale: #989898. Windows color (decimal): -4615334 or 5936057. OLE color: 5936057.

HSL color Cylindrical-coordinate representation of color #B9935A: hue angle of 36º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9935A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18514790-
CMYK00.210.510.27
HSL36º40.43%53.92%-
HSV(B)36º51.35%72.55%-
XYZ32.2931.9214.13-
YUV151.8693.09151.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=43.84%
G=34.83%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851479000.210.510.273640.4353.92
HexB9935A015331B242836
Octal2712231320256333445066
Binary1011100110010011101101001010111001111011100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9935A; }

 p { color: rgb(185,147,90); }

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

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

 a { background-color: rgb(185,147,90); }

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

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

 span { border-color: rgb(185,147,90); }

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