#BD945C

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

Shades of Barley Corn #BD945C

Tints of Barley Corn #BD945C

Color information

#BD945C (or 0xBD945C) is unknown color: approx Barley Corn. HEX triplet: BD, 94 and 5C. RGB value is (189,148,92). Sum of RGB (Red+Green+Blue) = 189+148+92=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD945C is #426BA3. Grayscale: #9A9A9A. Windows color (decimal): -4352932 or 6067389. OLE color: 6067389.

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

Color convert

RGB18914892-
CMYK00.220.510.26
HSL34.64º42.36%55.1%-
HSV(B)34.64º51.32%74.12%-
XYZ33.5132.7714.68-
YUV153.8893.08153.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=44.06%
G=34.50%
B=21.45%

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
Decimal1891489200.220.510.2634.6442.3655.1
HexBD945C016331A232a37
Octal2752241340266332435267
Binary1011110110010100101110001011011001111010100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD945C; }

 p { color: rgb(189,148,92); }

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

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

 a { background-color: rgb(189,148,92); }

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

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

 span { border-color: rgb(189,148,92); }

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