#BD995B

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

Shades of Barley Corn #BD995B

Tints of Barley Corn #BD995B

Color information

#BD995B (or 0xBD995B) is unknown color: approx Barley Corn. HEX triplet: BD, 99 and 5B. RGB value is (189,153,91). Sum of RGB (Red+Green+Blue) = 189+153+91=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD995B is #4266A4. Grayscale: #9C9C9C. Windows color (decimal): -4351653 or 6003133. OLE color: 6003133.

HSL color Cylindrical-coordinate representation of color #BD995B: hue angle of 37.96º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD995B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18915391-
CMYK00.190.520.26
HSL37.96º42.61%54.9%-
HSV(B)37.96º51.85%74.12%-
XYZ34.2734.3614.72-
YUV156.790.93151.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=43.65%
G=35.33%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891539100.190.520.2637.9642.6154.9
HexBD995B013341A262b37
Octal2752311330236432465367
Binary1011110110011001101101101001111010011010100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD995B; }

 p { color: rgb(189,153,91); }

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

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

 a { background-color: rgb(189,153,91); }

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

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

 span { border-color: rgb(189,153,91); }

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