#BD965A

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

Shades of Barley Corn #BD965A

Tints of Barley Corn #BD965A

Color information

#BD965A (or 0xBD965A) is unknown color: approx Barley Corn. HEX triplet: BD, 96 and 5A. RGB value is (189,150,90). Sum of RGB (Red+Green+Blue) = 189+150+90=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD965A is #4269A5. Grayscale: #9B9B9B. Windows color (decimal): -4352422 or 5936829. OLE color: 5936829.

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

Color convert

RGB18915090-
CMYK00.210.520.26
HSL36.36º42.86%54.71%-
HSV(B)36.36º52.38%74.12%-
XYZ33.7433.3714.34-
YUV154.8291.42152.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=44.06%
G=34.97%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891509000.210.520.2636.3642.8654.71
HexBD965A015341A242b37
Octal2752261320256432445367
Binary1011110110010110101101001010111010011010100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD965A; }

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

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

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

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

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

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

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

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