#BD995A

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

Shades of Barley Corn #BD995A

Tints of Barley Corn #BD995A

Color information

#BD995A (or 0xBD995A) is unknown color: approx Barley Corn. HEX triplet: BD, 99 and 5A. RGB value is (189,153,90). Sum of RGB (Red+Green+Blue) = 189+153+90=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD995A is #4266A5. Grayscale: #9C9C9C. Windows color (decimal): -4351654 or 5937597. OLE color: 5937597.

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

Color convert

RGB18915390-
CMYK00.190.520.26
HSL38.18º42.86%54.71%-
HSV(B)38.18º52.38%74.12%-
XYZ34.2234.3414.5-
YUV156.5890.43151.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=43.75%
G=35.42%
B=20.83%

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
Decimal1891539000.190.520.2638.1842.8654.71
HexBD995A013341A262b37
Octal2752311320236432465367
Binary1011110110011001101101001001111010011010100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD995A; }

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

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

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

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

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

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

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

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