#BD9A54

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

Shades of Barley Corn #BD9A54

Tints of Barley Corn #BD9A54

Color information

#BD9A54 (or 0xBD9A54) is unknown color: approx Barley Corn. HEX triplet: BD, 9A and 54. RGB value is (189,154,84). Sum of RGB (Red+Green+Blue) = 189+154+84=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A54 is #4265AB. Grayscale: #9C9C9C. Windows color (decimal): -4351404 or 5544637. OLE color: 5544637.

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

Color convert

RGB18915484-
CMYK00.190.560.26
HSL40º44.3%53.53%-
HSV(B)40º55.56%74.12%-
XYZ34.1434.5713.26-
YUV156.4887.1151.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=44.26%
G=36.07%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891548400.190.560.264044.353.53
HexBD9A54013381A282c36
Octal2752321240237032505466
Binary1011110110011010101010001001111100011010101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A54; }

 p { color: rgb(189,154,84); }

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

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

 a { background-color: rgb(189,154,84); }

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

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

 span { border-color: rgb(189,154,84); }

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