#BD975D

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

Shades of Barley Corn #BD975D

Tints of Barley Corn #BD975D

Color information

#BD975D (or 0xBD975D) is unknown color: approx Barley Corn. HEX triplet: BD, 97 and 5D. RGB value is (189,151,93). Sum of RGB (Red+Green+Blue) = 189+151+93=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD975D is #4268A2. Grayscale: #9C9C9C. Windows color (decimal): -4352163 or 6133693. OLE color: 6133693.

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

Color convert

RGB18915193-
CMYK00.200.510.26
HSL36.25º42.11%55.29%-
HSV(B)36.25º50.79%74.12%-
XYZ34.0333.7415.08-
YUV155.7592.59151.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=43.65%
G=34.87%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891519300.200.510.2636.2542.1155.29
HexBD975D014331A242a37
Octal2752271350246332445267
Binary1011110110010111101110101010011001111010100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD975D; }

 p { color: rgb(189,151,93); }

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

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

 a { background-color: rgb(189,151,93); }

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

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

 span { border-color: rgb(189,151,93); }

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