#BD935D

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

Shades of Barley Corn #BD935D

Tints of Barley Corn #BD935D

Color information

#BD935D (or 0xBD935D) is unknown color: approx Barley Corn. HEX triplet: BD, 93 and 5D. RGB value is (189,147,93). Sum of RGB (Red+Green+Blue) = 189+147+93=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935D is #426CA2. Grayscale: #999999. Windows color (decimal): -4353187 or 6132669. OLE color: 6132669.

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

Color convert

RGB18914793-
CMYK00.220.510.26
HSL33.75º42.11%55.29%-
HSV(B)33.75º50.79%74.12%-
XYZ33.432.4814.86-
YUV153.493.91153.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=44.06%
G=34.27%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891479300.220.510.2633.7542.1155.29
HexBD935D016331A222a37
Octal2752231350266332425267
Binary1011110110010011101110101011011001111010100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD935D; }

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

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

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

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

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

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

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

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